Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jun 24, 2024
1 parent f3ded17 commit 8789df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Command/Serve.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int

$xDebugInstalled = extension_loaded('xdebug');
$xDebugEnabled = $isLinux && $xDebugInstalled && $input->hasOption('xdebug') && $input->getOption(
'xdebug'
) === null;
'xdebug'
) === null;

if ($xDebugEnabled) {
$command[] = 'XDEBUG_MODE=debug XDEBUG_TRIGGER=yes';
Expand Down

0 comments on commit 8789df6

Please sign in to comment.