Skip to content

Commit

Permalink
Fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon authored and github-actions[bot] committed Nov 23, 2023
1 parent a76555d commit 25a1770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function __construct(protected ServerInterface $socket, protected Router
gc_enable();
set_time_limit(0);
ob_implicit_flush();

$this->loop = $loop ?: Loop::get();

$socket->on('connection', $this);
Expand Down

0 comments on commit 25a1770

Please sign in to comment.