Fix code style

This commit is contained in:
Niklas Keller 2017-12-28 15:13:09 +01:00
parent 04ecc43b0d
commit 5e118307ff

View File

@ -13,7 +13,7 @@ use function Amp\Promise\wait;
for ($i = 0; $i < 30; $i++) {
$pool = new DefaultPool();
$promises = parallelMap(range(1, 50), function () {
$promises = parallelMap(\range(1, 50), function () {
return 2;
}, $pool);