Skip to content

Commit

Permalink
Update baseline.php
Browse files Browse the repository at this point in the history
  • Loading branch information
manzoorwanijk committed Jan 14, 2025
1 parent b606408 commit 4b17102
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/packages/publicize/.phan/baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
// # Issue statistics:
// PhanPluginDuplicateConditionalNullCoalescing : 8 occurrences
// PhanTypeMismatchArgument : 6 occurrences
// PhanUndeclaredClassMethod : 5 occurrences
// PhanUndeclaredFunction : 4 occurrences
// PhanPluginMixedKeyNoKey : 3 occurrences
// PhanTypeMismatchArgumentNullable : 3 occurrences
// PhanDeprecatedFunction : 2 occurrences
// PhanPluginMixedKeyNoKey : 2 occurrences
// PhanPossiblyUndeclaredVariable : 2 occurrences
// PhanTypeMismatchReturnProbablyReal : 2 occurrences
// PhanTypeMissingReturn : 2 occurrences
// PhanUndeclaredClassMethod : 2 occurrences
// PhanImpossibleCondition : 1 occurrence
// PhanNoopNew : 1 occurrence
// PhanParamSignatureMismatch : 1 occurrence
Expand All @@ -30,12 +31,11 @@
// PhanTypeMismatchDimFetch : 1 occurrence
// PhanTypeMismatchReturn : 1 occurrence
// PhanTypeSuspiciousNonTraversableForeach : 1 occurrence
// PhanUndeclaredFunction : 1 occurrence
// PhanUndeclaredMethod : 1 occurrence

// Currently, file_suppressions and directory_suppressions are the only supported suppressions
'file_suppressions' => [
'src/class-connections.php' => ['PhanUndeclaredMethod'],
'src/class-connections.php' => ['PhanUndeclaredClassMethod', 'PhanUndeclaredFunction', 'PhanUndeclaredMethod'],
'src/class-keyring-helper.php' => ['PhanTypeMismatchArgumentProbablyReal', 'PhanTypeMismatchDefault'],
'src/class-publicize-base.php' => ['PhanImpossibleCondition', 'PhanPluginDuplicateConditionalNullCoalescing', 'PhanPluginSimplifyExpressionBool', 'PhanSuspiciousMagicConstant', 'PhanTypeMismatchArgument', 'PhanTypeMismatchArgumentNullable', 'PhanTypeMismatchArgumentNullableInternal', 'PhanTypeMismatchDimFetch', 'PhanTypeMismatchReturn'],
'src/class-publicize-setup.php' => ['PhanNoopNew', 'PhanTypeMismatchArgument'],
Expand Down

0 comments on commit 4b17102

Please sign in to comment.