Apply fixes from StyleCI
This commit is contained in:
parent
6887837b31
commit
cedc57d4bf
@ -131,7 +131,7 @@ class API extends APIFactory
|
|||||||
}
|
}
|
||||||
Logger::$processed_fork = true;
|
Logger::$processed_fork = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->API->__construct($value);
|
return $this->API->__construct($value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,6 +79,7 @@ class Logger
|
|||||||
if (!self::$can_getmypid) {
|
if (!self::$can_getmypid) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (self::$pid === null) {
|
if (self::$pid === null) {
|
||||||
self::$pid = getmypid();
|
self::$pid = getmypid();
|
||||||
|
Loading…
Reference in New Issue
Block a user