Skip to content

Commit 4de006c

Browse files
committed
Fix code style
1 parent 77485c5 commit 4de006c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Server.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,9 @@ public function run(): void
137137
{
138138
ob_implicit_flush();
139139
$this->createSocket($this->host, $this->port);
140-
if ($this->ipcSocketPath)
140+
if ($this->ipcSocketPath) {
141141
$this->openIPCSocket($this->ipcSocketPath);
142+
}
142143
$this->log('Server created');
143144

144145
while (true) {

0 commit comments

Comments
 (0)