File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
projects/packages/forms/.phan Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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)
You can’t perform that action at this time.
0 commit comments