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 c62bd30 commit d00acad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Serve.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
[
"Port {$port} is taken by the processes:",
...array_map(
/** @psalm-suppress ForbiddenCode, PossiblyNullArgument */
/** @psalm-suppress ForbiddenCode, PossiblyNullArgument */
fn (string $pid) => sprintf(
'#%s: %s',
$pid,
Expand Down

0 comments on commit d00acad

Please sign in to comment.