Skip to content
Snippets Groups Projects
Commit f55c37b9 authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

TASK: Supress boolean method parameter warning

parent 9456a09c
Branches
2 merge requests!37Release 0.4.0,!35Resolve "Implement PHP Mess Detector"
Pipeline #147 passed with stage
in 3 minutes and 52 seconds
......@@ -115,6 +115,8 @@ class Installer extends LibraryInstaller
* @param PackageInterface $package
* @param bool $override
* @return void
*
* @SuppressWarnings(PHPMD.BooleanArgumentFlag)
*/
protected function installStandards(
InstalledRepositoryInterface $repo,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment