File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public function run(CommandContext $context):Result {
3434 $ libraries = explode (', ' , $ context ->get ('libraries ' )?:'' );
3535 $ resources = explode (', ' , $ context ->get ('resources ' )?:'' );
3636 $ environment = $ context ->get ('environment ' )?:'' ;
37- $ wait = $ context ->get ('environment ' )?:'' ;
37+ $ wait = $ context ->get ('wait ' )?:'' ;
3838
3939 if ($ main ) {
4040 $ main = realpath ($ main );
@@ -80,7 +80,7 @@ public function run(CommandContext $context):Result {
8080 return true ;
8181 });
8282 Bootstrap::spawn (
83- spawner: $ spawner ?: '/usr/bin/php ' ,
83+ spawner: '/usr/bin/php ' ,
8484 fileName: $ this ->startFileName ,
8585 arguments: $ arguments ,
8686 );
@@ -91,7 +91,7 @@ public function run(CommandContext $context):Result {
9191 libraries: $ libraries ,
9292 resources: $ resources ,
9393 environment: $ environment ,
94- wait: $ wait ,
94+ wait: ( bool ) $ wait ,
9595 );
9696 }
9797 return ok ();
You can’t perform that action at this time.
0 commit comments