I'm not sure how we should handle this case:
>>> Lint for src/daemon/PhutilDaemonOverseer.php: Warning (XHP24) Brace placement Use braces to surround a statement block. 186 'explicitArgv' => $this->moreArgs, 187 )); 188 >>> 189 declare(ticks = 1); 190 pcntl_signal(SIGUSR1, array($this, 'didReceiveKeepaliveSignal')); 191 pcntl_signal(SIGUSR2, array($this, 'didReceiveNotifySignal'));