Skip to content

Commit d606f3d

Browse files
committed
Apply fixes from StyleCI
1 parent c872ae5 commit d606f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Swoole/SwooleClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function canServeRequestAsStaticFile(Request $request, RequestContext $co
5252
{
5353
$octaneConfig = $context->octaneConfig ?? [];
5454

55-
if (array_key_exists('serve_static_files', $octaneConfig) &&
55+
if (array_key_exists('serve_static_files', $octaneConfig) &&
5656
! $octaneConfig['serve_static_files']) {
5757
return false;
5858
}

0 commit comments

Comments
 (0)