Skip to content

Commit 6dfd3e3

Browse files
committed
Applied PSR-2 style fixes
1 parent ba03674 commit 6dfd3e3

File tree

8 files changed

+292
-252
lines changed

8 files changed

+292
-252
lines changed

examples/all-docs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
echo (string) $data->getBody();
1313
});
1414

15-
$loop->run();
15+
$loop->run();

examples/multiple.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
echo (string) $result->getBody();
3232
});
3333

34-
$loop->run();
34+
$loop->run();

examples/spool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
$loop->run();
1717

18-
echo $data;
18+
echo $data;

0 commit comments

Comments
 (0)