mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix phpstan ignore (#16360)
This commit is contained in:
@@ -100,7 +100,6 @@ class RrdtoolTest extends TestCase
|
|||||||
// @phpstan-ignore method.protected
|
// @phpstan-ignore method.protected
|
||||||
$mock->loadConfig(); // load config every time to clear cached settings
|
$mock->loadConfig(); // load config every time to clear cached settings
|
||||||
|
|
||||||
// @phpstan-ignore method.protected
|
|
||||||
return $mock->buildCommand($command, $filename, $options);
|
return $mock->buildCommand($command, $filename, $options);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user