Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Dec 28, 2017
1 parent 04ecc43 commit 5e11830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/5-many-pools.php
Expand Up @@ -13,7 +13,7 @@
for ($i = 0; $i < 30; $i++) {
$pool = new DefaultPool();

$promises = parallelMap(range(1, 50), function () {
$promises = parallelMap(\range(1, 50), function () {
return 2;
}, $pool);

Expand Down

0 comments on commit 5e11830

Please sign in to comment.