Apply fixes from StyleCI
This commit is contained in:
parent
3aef7653a4
commit
87f82ee2d4
@ -32,7 +32,9 @@ if (!extension_loaded('pthreads')) {
|
||||
|
||||
public function start()
|
||||
{
|
||||
if (!isset($this->state)) $this->state = 0;
|
||||
if (!isset($this->state)) {
|
||||
$this->state = 0;
|
||||
}
|
||||
if ($this->state & self::STARTED) {
|
||||
throw new \RuntimeException();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user