Skip to content

Commit 0137b38

Browse files
committed
Fix function return type
1 parent 8693b7c commit 0137b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ public function processFile($file)
708708
*
709709
* @param array $childProcs An array of child processes to wait for.
710710
*
711-
* @return void
711+
* @return bool
712712
*/
713713
private function processChildProcs($childProcs)
714714
{

0 commit comments

Comments
 (0)