Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk authored and github-actions[bot] committed May 7, 2024
1 parent 0c97ebc commit 9febb03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@ public function configureFrontend(): void
]);
$this->processors[] = $inspector;
$this->processors[] = $wsSender;
$config = $this->container->get( FrontendConfig::class);
$config = $this->container->get(FrontendConfig::class);
$this->prepareServerFiber(new SocketServer(port: $config->port), $inspector, $this->logger);
}
}

0 comments on commit 9febb03

Please sign in to comment.