Skip to content

Commit d8b9130

Browse files
committed
phpth
yup
1 parent 178625d commit d8b9130

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/React/Async/Util.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public static function series($tasks, $callback = null, $errback = null)
3434

3535
public static function parallel($tasks, $callback = null, $errback = null)
3636
{
37+
// Shut up Phil
3738
$results = array();
3839
$errors = array();
3940

0 commit comments

Comments
 (0)