Skip to content

Commit d00acad

Browse files
committed
Apply fixes from StyleCI
1 parent c62bd30 commit d00acad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Serve.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
153153
[
154154
"Port {$port} is taken by the processes:",
155155
...array_map(
156-
/** @psalm-suppress ForbiddenCode, PossiblyNullArgument */
156+
/** @psalm-suppress ForbiddenCode, PossiblyNullArgument */
157157
fn (string $pid) => sprintf(
158158
'#%s: %s',
159159
$pid,

0 commit comments

Comments
 (0)