Skip to content

Commit 68dd321

Browse files
committed
update phan baseline
1 parent 1d4f983 commit 68dd321

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@
1919
// PhanPluginMixedKeyNoKey : 1 occurrence
2020
// PhanPluginRedundantAssignment : 1 occurrence
2121
// PhanPossiblyNullTypeMismatchProperty : 1 occurrence
22-
// PhanTypeArraySuspiciousNullable : 1 occurrence
2322
// PhanTypeMismatchReturnNullable : 1 occurrence
2423
// PhanUnreferencedUseNormal : 1 occurrence
2524

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

0 commit comments

Comments
 (0)