Fix phpstan ignore (#16360)

This commit is contained in:
Tony Murray
2024-09-04 15:58:50 -05:00
committed by GitHub
parent 40d0f68e3a
commit 8aab71a947

View File

@ -100,7 +100,6 @@ class RrdtoolTest extends TestCase
// @phpstan-ignore method.protected
$mock->loadConfig(); // load config every time to clear cached settings
// @phpstan-ignore method.protected
return $mock->buildCommand($command, $filename, $options);
}
}