|
12 | 12 | // PhanTypeMismatchArgument : 25+ occurrences |
13 | 13 | // PhanPluginDuplicateConditionalNullCoalescing : 10+ occurrences |
14 | 14 | // PhanTypeMismatchReturnProbablyReal : 10+ occurrences |
15 | | - // PhanTypeMismatchArgumentInternal : 6 occurrences |
16 | | - // PhanTypeMismatchArgumentProbablyReal : 6 occurrences |
17 | | - // PhanRedundantCondition : 4 occurrences |
18 | | - // PhanTypePossiblyInvalidDimOffset : 3 occurrences |
| 15 | + // PhanTypeMismatchArgumentInternal : 4 occurrences |
| 16 | + // PhanRedundantCondition : 3 occurrences |
19 | 17 | // PhanPluginRedundantAssignment : 2 occurrences |
20 | 18 | // PhanTypeConversionFromArray : 2 occurrences |
21 | | - // PhanTypeMismatchReturn : 2 occurrences |
| 19 | + // PhanTypeMismatchArgumentProbablyReal : 2 occurrences |
22 | 20 | // PhanPluginDuplicateAdjacentStatement : 1 occurrence |
23 | 21 | // PhanPluginMixedKeyNoKey : 1 occurrence |
24 | 22 | // PhanPossiblyNullTypeMismatchProperty : 1 occurrence |
25 | | - // PhanTypeArraySuspiciousNullable : 1 occurrence |
26 | 23 | // PhanTypeMismatchReturnNullable : 1 occurrence |
27 | 24 | // PhanUnreferencedUseNormal : 1 occurrence |
28 | 25 |
|
29 | 26 | // Currently, file_suppressions and directory_suppressions are the only supported suppressions |
30 | 27 | 'file_suppressions' => [ |
31 | | - 'src/contact-form/class-admin.php' => ['PhanPluginDuplicateConditionalNullCoalescing', 'PhanRedundantCondition', 'PhanTypeArraySuspiciousNullable', 'PhanTypeMismatchArgument', 'PhanTypeMismatchArgumentInternal', 'PhanTypeMismatchArgumentProbablyReal', 'PhanTypeMismatchReturn'], |
32 | 28 | 'src/contact-form/class-contact-form-field.php' => ['PhanPluginDuplicateConditionalNullCoalescing', 'PhanPossiblyNullTypeMismatchProperty', 'PhanTypeConversionFromArray', 'PhanTypeMismatchArgument', 'PhanTypeMismatchReturnProbablyReal'], |
33 | 29 | 'src/contact-form/class-contact-form-plugin.php' => ['PhanPluginDuplicateAdjacentStatement', 'PhanPluginDuplicateConditionalNullCoalescing', 'PhanPluginRedundantAssignment', 'PhanTypeMismatchArgument', 'PhanTypeMismatchArgumentInternal', 'PhanTypeMismatchArgumentProbablyReal', 'PhanTypeMismatchReturnProbablyReal'], |
34 | 30 | 'src/contact-form/class-contact-form-shortcode.php' => ['PhanPluginDuplicateConditionalNullCoalescing', 'PhanTypeMismatchReturnProbablyReal'], |
|
0 commit comments