Completed
Push — master ( 0ed363...3da2c5 )
by Hu
03:43
created
src/Queue/SystemVMessageQueue.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -88,8 +88,8 @@  discard block
 block discarded – undo
88 88
     /**
89 89
      * init queue
90 90
      *
91
-     * @param $ipc_filename
92
-     * @param $msg_type
91
+     * @param string $ipc_filename
92
+     * @param integer $msg_type
93 93
      * @throws \Exception
94 94
      */
95 95
     protected function initQueue($ipc_filename, $msg_type)
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
     /**
224 224
      * check the privilege of update the queue's status
225 225
      *
226
-     * @param $key
226
+     * @param string $key
227 227
      * @throws \Exception
228 228
      */
229 229
     private function checkSetPrivilege($key)
@@ -241,7 +241,7 @@  discard block
 block discarded – undo
241 241
      * update the max size of queue
242 242
      * need root
243 243
      *
244
-     * @param $size
244
+     * @param integer $size
245 245
      * @throws \Exception
246 246
      * @return bool
247 247
      */
Please login to merge, or discard this patch.