intelephense
1.14.41.16.1
lib/stub/swoole/Swoole/Coroutine/Client.phplib/stub/swoole/Swoole/Coroutine/Client.php+4−2
Index: package/lib/stub/swoole/Swoole/Coroutine/Client.php
===================================================================
--- package/lib/stub/swoole/Swoole/Coroutine/Client.php
+++ package/lib/stub/swoole/Swoole/Coroutine/Client.php
@@ -71,10 +71,12 @@
public function sendto($address, $port, $data) {}
/**
* @param mixed $length
- * @param mixed $address
- * @param mixed|null $port
+ * @param mixed &$address
+ * @param-out mixed $address
+ * @param mixed|null &$port
+ * @param-out mixed|null $port
* @return mixed
*/
public function recvfrom($length, &$address, &$port = null) {}