Skip to content

Commit b02867b

Browse files
committed
update phan baseline
1 parent c357c32 commit b02867b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
// # Issue statistics:
1212
// PhanTypeMismatchArgument : 50+ occurrences
1313
// PhanPluginDuplicateConditionalNullCoalescing : 30+ occurrences
14-
// PhanDeprecatedFunction : 8 occurrences
14+
// PhanDeprecatedFunction : 9 occurrences
1515
// PhanTypeMismatchReturnProbablyReal : 8 occurrences
1616
// PhanTypeMismatchArgumentProbablyReal : 6 occurrences
17+
// PhanUndeclaredFunction : 4 occurrences
1718
// PhanPluginDuplicateAdjacentStatement : 3 occurrences
1819
// PhanTypeConversionFromArray : 2 occurrences
1920
// PhanTypeMismatchReturn : 2 occurrences
@@ -34,8 +35,8 @@
3435
'src/dashboard/class-dashboard-view-switch.php' => ['PhanDeprecatedFunction', 'PhanUnreferencedUseNormal'],
3536
'src/service/class-google-drive.php' => ['PhanTypeMismatchReturnProbablyReal'],
3637
'tests/php/contact-form/Contact_Form_Plugin_Test.php' => ['PhanPluginMixedKeyNoKey'],
37-
'tests/php/dashboard/Dashboard_View_Switch_Test.php' => ['PhanDeprecatedClass', 'PhanDeprecatedFunction'],
3838
'tests/php/contact-form/Util_Test.php' => ['PhanDeprecatedFunction'],
39+
'tests/php/dashboard/Dashboard_View_Switch_Test.php' => ['PhanDeprecatedClass', 'PhanDeprecatedFunction'],
3940
],
4041
// 'directory_suppressions' => ['src/directory_name' => ['PhanIssueName1', 'PhanIssueName2']] can be manually added if needed.
4142
// (directory_suppressions will currently be ignored by subsequent calls to --save-baseline, but may be preserved in future Phan releases)

0 commit comments

Comments
 (0)