Skip to content

Commit 999ba8a

Browse files
committed
Fix code style
1 parent 4ede597 commit 999ba8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/MapTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function testValidInput() {
1616

1717
public function testCorrectOutputOrder() {
1818
$this->assertSame([0, 1, 0], wait(parallelMap([0, 1, 0], function ($input) {
19-
sleep($input);
19+
\sleep($input);
2020

2121
return $input;
2222
})));

0 commit comments

Comments
 (0)