Skip to content

Commit

Permalink
phan update baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
mreishus committed Sep 19, 2024
1 parent 5a38805 commit efd333f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/plugins/wpcomsh/.phan/baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// PhanImpossibleCondition : 3 occurrences
// PhanTypeArraySuspiciousNullable : 3 occurrences
// PhanUndeclaredClassMethod : 3 occurrences
// PhanUndeclaredFunctionInCallable : 3 occurrences
// PhanNoopNew : 2 occurrences
// PhanTypeVoidArgument : 2 occurrences
// PhanUndeclaredProperty : 2 occurrences
Expand All @@ -35,6 +34,7 @@
// PhanTypeObjectUnsetDeclaredProperty : 1 occurrence
// PhanUndeclaredClassConstant : 1 occurrence
// PhanUndeclaredClassStaticProperty : 1 occurrence
// PhanUndeclaredFunctionInCallable : 1 occurrence
// PhanUndeclaredMethod : 1 occurrence

// Currently, file_suppressions and directory_suppressions are the only supported suppressions
Expand All @@ -47,7 +47,6 @@
'endpoints/class-marketplace-webhook-response.php' => ['PhanPluginMixedKeyNoKey'],
'feature-plugins/autosave-revision.php' => ['PhanPluginRedundantAssignment', 'PhanTypeMismatchArgumentNullable'],
'feature-plugins/coblocks-mods.php' => ['PhanUndeclaredClassConstant', 'PhanUndeclaredClassMethod'],
'feature-plugins/gutenberg-mods.php' => ['PhanUndeclaredFunctionInCallable'],
'feature-plugins/managed-plugins.php' => ['PhanRedundantCondition', 'PhanUndeclaredClassMethod', 'PhanUndeclaredFunctionInCallable'],
'feature-plugins/sensei-pro-mods.php' => ['PhanUndeclaredClassMethod'],
'footer-credit/theme-optimizations.php' => ['PhanUndeclaredConstant', 'PhanUndeclaredStaticMethod'],
Expand Down

0 comments on commit efd333f

Please sign in to comment.