We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6417adb commit eedb5daCopy full SHA for eedb5da
examples/servers/create_a_server.php
@@ -17,7 +17,7 @@
17
$action->waitUntilCompleted();
18
19
foreach ($next_actions as $na) {
20
- $na->waitUntilCompleted();
+ $na->waitUntilCompleted();
21
}
22
echo date('H:i:s').PHP_EOL;
23
echo 'Done!';
0 commit comments