Skip to content

Commit 230b945

Browse files
authored
Merge pull request #191 from MPParsley/patch-2
190 Fix ignore all errors
2 parents 21156fb + 81adbb6 commit 230b945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/CheckCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
153153
$configuration_data['parameters']['level'] = 4;
154154

155155
$ignored_analysis_errors = [
156-
'#Unsafe usage of new static()#'
156+
'#Unsafe usage of new static\(\)#'
157157
];
158158
$configuration_data['parameters']['ignoreErrors'] = array_merge($ignored_analysis_errors, $configuration_data['parameters']['ignoreErrors']);
159159
} else {

0 commit comments

Comments
 (0)