Completed
Push — GearmanClient ( 413f25...9cbb32 )
by Vasily
03:56
created
PHPDaemon/Clients/GearmanClient/Connection.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -210,7 +210,6 @@  discard block
 block discarded – undo
210 210
      *
211 211
      * @param $params
212 212
      * @param callable $cb = null
213
-     * @param boolean $unique
214 213
      */
215 214
     public function submitJob($params, $cb = null)
216 215
     {
@@ -262,7 +261,7 @@  discard block
 block discarded – undo
262 261
     /**
263 262
      * Send a command
264 263
      *
265
-     * @param $commandName
264
+     * @param string $commandName
266 265
      * @param $payload
267 266
      * @param callable $cb = null
268 267
      */
Please login to merge, or discard this patch.