Skip to content

Commit eedb5da

Browse files
LKaemmerlingStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 6417adb commit eedb5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/servers/create_a_server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
$action->waitUntilCompleted();
1818

1919
foreach ($next_actions as $na) {
20-
$na->waitUntilCompleted();
20+
$na->waitUntilCompleted();
2121
}
2222
echo date('H:i:s').PHP_EOL;
2323
echo 'Done!';

0 commit comments

Comments
 (0)