Skip to content

Commit

Permalink
tweak: remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed May 9, 2024
1 parent 0cddb5d commit 6e959fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cli/StartCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ private function buildCommand(
):array {
$cmd = ["php"];

if($$debug) {
if($debug) {
array_push($cmd, "-dzend_extension=xdebug.so");
array_push($cmd, "-dxdebug.mode=debug,profile");
}
Expand Down

0 comments on commit 6e959fc

Please sign in to comment.