Skip to content

Commit d074545

Browse files
committed
update phan baseline
1 parent 553bdd8 commit d074545

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,19 @@
1212
// PhanTypeMismatchArgument : 35+ occurrences
1313
// PhanPluginDuplicateConditionalNullCoalescing : 15+ occurrences
1414
// PhanTypeMismatchReturnProbablyReal : 10+ occurrences
15-
// PhanTypeMismatchArgumentInternal : 6 occurrences
16-
// PhanTypeMismatchArgumentProbablyReal : 6 occurrences
15+
// PhanTypeMismatchArgumentInternal : 4 occurrences
16+
// PhanRedundantCondition : 3 occurrences
1717
// PhanPluginRedundantAssignment : 2 occurrences
1818
// PhanTypeConversionFromArray : 2 occurrences
19-
// PhanTypeMismatchReturn : 2 occurrences
19+
// PhanTypeMismatchArgumentProbablyReal : 2 occurrences
2020
// PhanPluginDuplicateAdjacentStatement : 1 occurrence
2121
// PhanPluginMixedKeyNoKey : 1 occurrence
2222
// PhanPossiblyNullTypeMismatchProperty : 1 occurrence
23-
// PhanTypeArraySuspiciousNullable : 1 occurrence
2423
// PhanTypeMismatchReturnNullable : 1 occurrence
2524
// PhanUnreferencedUseNormal : 1 occurrence
2625

2726
// Currently, file_suppressions and directory_suppressions are the only supported suppressions
2827
'file_suppressions' => [
29-
'src/contact-form/class-admin.php' => ['PhanPluginDuplicateConditionalNullCoalescing', 'PhanTypeArraySuspiciousNullable', 'PhanTypeMismatchArgument', 'PhanTypeMismatchArgumentInternal', 'PhanTypeMismatchArgumentProbablyReal', 'PhanTypeMismatchReturn'],
3028
'src/contact-form/class-contact-form-field.php' => ['PhanPluginDuplicateConditionalNullCoalescing', 'PhanPossiblyNullTypeMismatchProperty', 'PhanTypeConversionFromArray', 'PhanTypeMismatchArgument', 'PhanTypeMismatchReturnProbablyReal'],
3129
'src/contact-form/class-contact-form-plugin.php' => ['PhanPluginDuplicateAdjacentStatement', 'PhanPluginDuplicateConditionalNullCoalescing', 'PhanPluginRedundantAssignment', 'PhanTypeMismatchArgument', 'PhanTypeMismatchArgumentInternal', 'PhanTypeMismatchArgumentProbablyReal', 'PhanTypeMismatchReturnProbablyReal'],
3230
'src/contact-form/class-contact-form-shortcode.php' => ['PhanPluginDuplicateConditionalNullCoalescing', 'PhanTypeMismatchReturnProbablyReal'],

0 commit comments

Comments
 (0)