intelephense

1.14.41.16.1
lib/stub/sysvmsg/sysvmsg.php
lib/stub/sysvmsg/sysvmsg.php
+3
Index: package/lib/stub/sysvmsg/sysvmsg.php
===================================================================
--- package/lib/stub/sysvmsg/sysvmsg.php
+++ package/lib/stub/sysvmsg/sysvmsg.php
@@ -47,8 +47,9 @@
  * indicating that you should try to send your message again a little
  * later on.
  * </p>
  * @param int &$error_code [optional]
+ * @param-out int $error_code
  * @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
  * <p>
  * Upon successful completion the message queue data structure is updated as
  * follows: <i>msg_lspid</i> is set to the process-ID of the
@@ -77,8 +78,9 @@
  * @param int &$received_message_type <p>
  * The type of the message that was received will be stored in this
  * parameter.
  * </p>
+ * @param-out int $received_message_type
  * @param int $max_message_size <p>
  * The maximum size of message to be accepted is specified by the
  * <i>maxsize</i>; if the message in the queue is larger
  * than this size the function will fail (unless you set
@@ -87,8 +89,9 @@
  * @param mixed &$message <p>
  * The received message will be stored in <i>message</i>,
  * unless there were errors receiving the message.
  * </p>
+ * @param-out mixed $message
  * @param bool $unserialize [optional] <p>
  * If set to
  * <b>TRUE</b>, the message is treated as though it was serialized using the
  * same mechanism as the session module. The message will be unserialized