mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@@ -260,7 +260,6 @@ class Proc
|
||||
*/
|
||||
public function isRunning()
|
||||
{
|
||||
/* @phpstan-ignore-next-line */
|
||||
if (! is_resource($this->_process)) {
|
||||
return false;
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -20,8 +20,6 @@ parameters:
|
||||
- includes
|
||||
|
||||
level: 5
|
||||
# TODO: REMOVE ME!
|
||||
reportUnmatchedIgnoredErrors: false
|
||||
|
||||
checkMissingIterableValueType: false
|
||||
treatPhpDocTypesAsCertain: false
|
||||
|
Reference in New Issue
Block a user