intelephense

1.14.41.16.1
lib/stub/zookeeper/zookeeper.php
lib/stub/zookeeper/zookeeper.php
+2
Index: package/lib/stub/zookeeper/zookeeper.php
===================================================================
--- package/lib/stub/zookeeper/zookeeper.php
+++ package/lib/stub/zookeeper/zookeeper.php
@@ -128,8 +128,9 @@
      * @param string $path
      * @param string $data
      * @param int $version
      * @param array  &$stat
+     * @param-out array $stat
      * @return bool
      * @throws ZookeeperException
      * @throws ZookeeperNoNodeException when path does not exist
      * @link https://www.php.net/manual/en/zookeeper.set.php
@@ -140,8 +141,9 @@
      * Gets the data associated with a node synchronously.
      * @param string $path
      * @param callable $watcher_cb
      * @param array    &$stat
+     * @param-out array $stat
      * @param int $max_size
      * @return string
      * @throws ZookeeperException
      * @throws ZookeeperNoNodeException when path does not exist