|
12 | 12 | // PhanUndeclaredProperty : 25+ occurrences |
13 | 13 | // PhanTypeMismatchArgument : 8 occurrences |
14 | 14 | // PhanParamSignatureMismatch : 6 occurrences |
15 | | - // PhanPluginDuplicateConditionalNullCoalescing : 6 occurrences |
16 | 15 | // PhanTypeMismatchReturnProbablyReal : 6 occurrences |
17 | 16 | // PhanUndeclaredClassMethod : 6 occurrences |
18 | 17 | // PhanUndeclaredMethod : 6 occurrences |
|
28 | 27 | // Currently, file_suppressions and directory_suppressions are the only supported suppressions |
29 | 28 | 'file_suppressions' => [ |
30 | 29 | 'data/example-external.php' => ['PhanUndeclaredClassMethod', 'PhanUndeclaredClassStaticProperty', 'PhanUndeclaredFunction'], |
31 | | - 'scripts/core-calls.php' => ['PhanPluginDuplicateConditionalNullCoalescing', 'PhanTypeMismatchDeclaredParam', 'PhanUndeclaredClassMethod', 'PhanUndeclaredTypeParameter'], |
32 | | - 'scripts/core-definitions.php' => ['PhanPluginDuplicateConditionalNullCoalescing', 'PhanTypeMismatchDeclaredParam', 'PhanUndeclaredClassMethod', 'PhanUndeclaredTypeParameter'], |
| 30 | + 'scripts/core-calls.php' => ['PhanTypeMismatchDeclaredParam', 'PhanUndeclaredClassMethod', 'PhanUndeclaredTypeParameter'], |
| 31 | + 'scripts/core-definitions.php' => ['PhanTypeMismatchDeclaredParam', 'PhanUndeclaredClassMethod', 'PhanUndeclaredTypeParameter'], |
33 | 32 | 'scripts/example.php' => ['PhanTypeMismatchArgumentProbablyReal'], |
34 | | - 'scripts/jetpack-svn.php' => ['PhanPluginDuplicateConditionalNullCoalescing', 'PhanTypeArraySuspiciousNullable'], |
| 33 | + 'scripts/jetpack-svn.php' => ['PhanTypeArraySuspiciousNullable'], |
35 | 34 | 'src/Differences/class-class-const-missing.php' => ['PhanParamSignatureMismatch', 'PhanTypeMismatchArgument', 'PhanTypeMismatchReturnProbablyReal'], |
36 | 35 | 'src/Differences/class-class-const-moved.php' => ['PhanTypeMismatchArgument'], |
37 | 36 | 'src/Differences/class-class-method-deprecated.php' => ['PhanParamSignatureMismatch', 'PhanTypeMismatchReturnProbablyReal'], |
|
0 commit comments