Skip to content

Commit

Permalink
Fix Phan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
IanRamosC committed Jul 19, 2024
1 parent f8e8dc2 commit c5e75cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/packages/my-jetpack/.phan/baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
'src/products/class-hybrid-product.php' => ['PhanTypeMismatchArgumentNullable', 'PhanTypeMismatchReturnNullable'],
'src/products/class-jetpack-ai.php' => ['PhanPluginDuplicateConditionalNullCoalescing', 'PhanTypeMismatchReturn', 'PhanTypeMismatchReturnProbablyReal'],
'src/products/class-module-product.php' => ['PhanTypeMismatchReturnProbablyReal'],
'src/products/class-newsletter.php' => ['PhanTypeMismatchArgumentNullable', 'PhanTypeMismatchArgumentNullableInternal'],
'src/products/class-product.php' => ['PhanAbstractStaticMethodCallInStatic', 'PhanTypeMismatchArgumentNullable', 'PhanTypeMismatchPropertyDefault'],
'src/products/class-protect.php' => ['PhanTypeMismatchPropertyDefault'],
'src/products/class-scan.php' => ['PhanTypeMismatchArgumentNullable'],
Expand Down

0 comments on commit c5e75cf

Please sign in to comment.