Jderusse\Warmup\Compiler\PhpServerCompiler::stopServer PHP Method

stopServer() public method

public stopServer ( )
    public function stopServer()
    {
        if ($this->process and $this->process->isRunning()) {
            $this->process->stop(0);
        }
    }