8000 Fixing small coding standard issue for unary operator · notion/forkdaemon-php@1f10153 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f10153

Browse files
author
Hooman Niktafar
committed
Fixing small coding standard issue for unary operator
1 parent 415f3b9 commit 1f10153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fork_daemon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ protected function fetch_results($blocking = true, $timeout = 0, $bucket = self:
15551555
{
15561556
foreach ($ready_sockets as $pid => $socket)
15571557
{
1558-
if (! isset($this->forked_children[$pid]))
1558+
if (!isset($this->forked_children[$pid]))
15591559
{
15601560
unset($ready_sockets[$pid]);
15611561
continue;

0 commit comments

Comments
 (0)
0