Skip to content

Commit 4f1d45f

Browse files
authored
OverallErrors is not a valid filter-key (#144)
1 parent e4677c2 commit 4f1d45f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ResultPrinter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ final class ResultPrinter {
3333
public static function isFilterKey(string $filterString): bool
3434
{
3535
$keys = [
36-
self::KEY_OVERALL_ERRORS,
3736
self::KEY_CLASSES_COMPLEXITY,
3837
self::KEY_DEPRECATIONS,
3938
self::KEY_INVALID_PHPDOCS,

0 commit comments

Comments
 (0)