Completed
Push — master ( e1639f...6c4806 )
by arto
05:25
created
source/Net/Bazzline/Component/ProcessForkManager/ForkManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -398,7 +398,7 @@  discard block
 block discarded – undo
398 398
 
399 399
     /**
400 400
      * @param int $processId
401
-     * @return int
401
+     * @return boolean
402 402
      * @throws RuntimeException
403 403
      */
404 404
     private function hasThreadFinished($processId)
@@ -500,7 +500,7 @@  discard block
 block discarded – undo
500 500
     }
501 501
 
502 502
     /**
503
-     * @param $nameOfSignalHandlerMethod
503
+     * @param string $nameOfSignalHandlerMethod
504 504
      * @throws InvalidArgumentException
505 505
      * @codeCoverageIgnore
506 506
      */
Please login to merge, or discard this patch.