Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit d4ef545

Browse files
committed
Fix coding style
1 parent 679f4df commit d4ef545

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Commands/HttpServerCommand.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -222,13 +222,13 @@ protected function showInfos()
222222

223223
// lookup for settled swoole driver
224224
$isDefinedSwooleDriver = in_array(
225-
'swoole',
226-
array_column(
227-
$queueConfig['connections'] ?? [],
228-
'driver'
229-
),
230-
true
231-
) || ($queueConfig['default'] ?? null) === 'swoole';
225+
'swoole',
226+
array_column(
227+
$queueConfig['connections'] ?? [],
228+
'driver'
229+
),
230+
true
231+
) || ($queueConfig['default'] ?? null) === 'swoole';
232232

233233
$hasTaskWorker = $isWebsocket || $isDefinedSwooleDriver;
234234

0 commit comments

Comments
 (0)