Skip to content

Commit 62bf04d

Browse files
committed
Apply fixes from StyleCI
1 parent 4593cec commit 62bf04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/StartCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ protected function startSwooleServer()
6969
'--port' => $this->getPort(),
7070
'--workers' => $this->option('workers') ?: config('octane.workers', 'auto'),
7171
'--task-workers' => $this->option('task-workers') ?: config('octane.task_workers', 'auto'),
72-
'--max-requests' => $this->option('max-requests') ?: config('octane.max_requests', 500),
72+
'--max-requests' => $this->option('max-requests') ?: config('octane.max_requests', 500),
7373
'--watch' => $this->option('watch'),
7474
'--poll' => $this->option('poll'),
7575
]);

0 commit comments

Comments
 (0)