Skip to content

Commit ce02411

Browse files
committed
update phan baseline
1 parent ad55810 commit ce02411

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

projects/packages/forms/.phan/baseline.php

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,19 @@
1212
// PhanTypeMismatchArgument : 25+ occurrences
1313
// PhanPluginDuplicateConditionalNullCoalescing : 10+ occurrences
1414
// 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
1917
// PhanPluginRedundantAssignment : 2 occurrences
2018
// PhanTypeConversionFromArray : 2 occurrences
21-
// PhanTypeMismatchReturn : 2 occurrences
19+
// PhanTypeMismatchArgumentProbablyReal : 2 occurrences
2220
// PhanPluginDuplicateAdjacentStatement : 1 occurrence
2321
// PhanPluginMixedKeyNoKey : 1 occurrence
2422
// PhanPossiblyNullTypeMismatchProperty : 1 occurrence
25-
// PhanTypeArraySuspiciousNullable : 1 occurrence
2623
// PhanTypeMismatchReturnNullable : 1 occurrence
2724
// PhanUnreferencedUseNormal : 1 occurrence
2825

2926
// Currently, file_suppressions and directory_suppressions are the only supported suppressions
3027
'file_suppressions' => [
31-
'src/contact-form/class-admin.php' => ['PhanPluginDuplicateConditionalNullCoalescing', 'PhanRedundantCondition', 'PhanTypeArraySuspiciousNullable', 'PhanTypeMismatchArgument', 'PhanTypeMismatchArgumentInternal', 'PhanTypeMismatchArgumentProbablyReal', 'PhanTypeMismatchReturn'],
3228
'src/contact-form/class-contact-form-field.php' => ['PhanPluginDuplicateConditionalNullCoalescing', 'PhanPossiblyNullTypeMismatchProperty', 'PhanTypeConversionFromArray', 'PhanTypeMismatchArgument', 'PhanTypeMismatchReturnProbablyReal'],
3329
'src/contact-form/class-contact-form-plugin.php' => ['PhanPluginDuplicateAdjacentStatement', 'PhanPluginDuplicateConditionalNullCoalescing', 'PhanPluginRedundantAssignment', 'PhanTypeMismatchArgument', 'PhanTypeMismatchArgumentInternal', 'PhanTypeMismatchArgumentProbablyReal', 'PhanTypeMismatchReturnProbablyReal'],
3430
'src/contact-form/class-contact-form-shortcode.php' => ['PhanPluginDuplicateConditionalNullCoalescing', 'PhanTypeMismatchReturnProbablyReal'],

0 commit comments

Comments
 (0)