Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chachanagov authored and github-actions[bot] committed May 7, 2024
1 parent 1e3d948 commit b7b4c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ private function createServer(SocketServer $config, Inspector $inspector): Serve
*/
public function prepareServerFiber(SocketServer $config, Inspector $inspector, Logger $logger): Fiber
{
return $this->fibers[] = new Fiber( function () use ($config, $inspector, $logger) {
return $this->fibers[] = new Fiber(function () use ($config, $inspector, $logger) {
do {
try {
$this->processors[] = $this->servers[$config->port] = $this->createServer($config, $inspector);
Expand Down

0 comments on commit b7b4c0a

Please sign in to comment.