fix: fix mismatched tags

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345959 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Timandes White 2018-11-06 07:19:39 +00:00
parent 25190f70cd
commit 42f6f11348

View file

@ -564,35 +564,35 @@
<term><constant>Zookeeper::DELETED_EVENT</constant></term>
<listitem>
<para>A node has been deleted</para>
<para>This is only generated by watches on nodes. These watches are set using Zookeeper::exists and Zookeeper::get.</param>
<para>This is only generated by watches on nodes. These watches are set using Zookeeper::exists and Zookeeper::get.</para>
</listitem>
</varlistentry>
<varlistentry xml:id="zookeeper.class.constants.changed-event">
<term><constant>Zookeeper::CHANGED_EVENT</constant></term>
<listitem>
<para>A node has changed</para>
<para>This is only generated by watches on nodes. These watches are set using Zookeeper::exists and Zookeeper::get.</param>
<para>This is only generated by watches on nodes. These watches are set using Zookeeper::exists and Zookeeper::get.</para>
</listitem>
</varlistentry>
<varlistentry xml:id="zookeeper.class.constants.child-event">
<term><constant>Zookeeper::CHILD_EVENT</constant></term>
<listitem>
<para>A change as occurred in the list of children</para>
<para>This is only generated by watches on the child list of a node. These watches are set using Zookeeper::getChildren.</param>
<para>This is only generated by watches on the child list of a node. These watches are set using Zookeeper::getChildren.</para>
</listitem>
</varlistentry>
<varlistentry xml:id="zookeeper.class.constants.session-event">
<term><constant>Zookeeper::SESSION_EVENT</constant></term>
<listitem>
<para>A session has been lost</para>
<para>This is generated when a client loses contact or reconnects with a server.</param>
<para>This is generated when a client loses contact or reconnects with a server.</para>
</listitem>
</varlistentry>
<varlistentry xml:id="zookeeper.class.constants.notwatching-event">
<term><constant>Zookeeper::NOTWATCHING_EVENT</constant></term>
<listitem>
<para>A watch has been removed</para>
<para>This is generated when the server for some reason, probably a resource constraint, will no longer watch a node for a client.</param>
<para>This is generated when the server for some reason, probably a resource constraint, will no longer watch a node for a client.</para>
</listitem>
</varlistentry>