intelephense

1.14.41.16.1
lib/stub/swoole/Swoole/Coroutine/Socket.php
lib/stub/swoole/Swoole/Coroutine/Socket.php
+2−1
Index: package/lib/stub/swoole/Swoole/Coroutine/Socket.php
===================================================================
--- package/lib/stub/swoole/Swoole/Coroutine/Socket.php
+++ package/lib/stub/swoole/Swoole/Coroutine/Socket.php
@@ -139,9 +139,10 @@
      */
     public function sendAll($data, $timeout = null) {}
 
     /**
-     * @param mixed $peername
+     * @param mixed &$peername
+     * @param-out mixed $peername
      * @param mixed|null $timeout
      * @return mixed
      */
     public function recvfrom(&$peername, $timeout = null) {}