Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
nekudo committed Aug 20, 2022
1 parent 77485c5 commit 4de006c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ public function run(): void
{
ob_implicit_flush();
$this->createSocket($this->host, $this->port);
if ($this->ipcSocketPath)
if ($this->ipcSocketPath) {
$this->openIPCSocket($this->ipcSocketPath);
}
$this->log('Server created');

while (true) {
Expand Down

0 comments on commit 4de006c

Please sign in to comment.