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;
|
||||
}
|
||||
|
||||
|
||||
return $this->API->__construct($value);
|
||||
}
|
||||
|
||||
|
@ -79,6 +79,7 @@ class Logger
|
||||
if (!self::$can_getmypid) {
|
||||
return false;
|
||||
}
|
||||
|
||||
try {
|
||||
if (self::$pid === null) {
|
||||
self::$pid = getmypid();
|
||||
|
Loading…
Reference in New Issue
Block a user