Skip to content

Commit 59bc573

Browse files
committed
Moved closing parenthesis to its own line
1 parent 6a097db commit 59bc573

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/reddit-async.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ function ($e) {
3131
},
3232
function () {
3333
echo 'Done!', PHP_EOL;
34-
});
34+
}
35+
);
3536

3637
$loop->run();

0 commit comments

Comments
 (0)