Skip to content

Commit

Permalink
Fix static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity committed Oct 23, 2024
1 parent ef0fbb4 commit 636805d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/plugins/boost/.phan/baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
// PhanImpossibleTypeComparison : 1 occurrence
// PhanImpossibleTypeComparisonInGlobalScope : 1 occurrence
// PhanPluginNeverReturnFunction : 1 occurrence
// PhanPluginSimplifyExpressionBool : 1 occurrence
// PhanRedefineFunction : 1 occurrence
// PhanTypeComparisonToArray : 1 occurrence
// PhanTypeInvalidUnaryOperandIncOrDec : 1 occurrence
Expand Down Expand Up @@ -62,7 +61,6 @@
'app/lib/minify/functions-helpers.php' => ['PhanTypeMismatchArgumentNullable', 'PhanTypeMismatchArgumentNullableInternal', 'PhanTypeMismatchDefault', 'PhanUndeclaredClassMethod', 'PhanUndeclaredClassReference', 'PhanUndeclaredConstant'],
'app/lib/minify/functions-service.php' => ['PhanImpossibleTypeComparison', 'PhanPluginDuplicateConditionalNullCoalescing', 'PhanPluginNeverReturnFunction', 'PhanPluginUseReturnValueInternalKnown', 'PhanPossiblyUndeclaredVariable', 'PhanRedundantCondition', 'PhanTypeMismatchArgumentInternal', 'PhanTypeMismatchArgumentNullableInternal'],
'app/modules/Modules_Setup.php' => ['PhanTypeMismatchPropertyDefault'],
'app/modules/image-guide/Image_Guide.php' => ['PhanPluginSimplifyExpressionBool'],
'app/modules/image-guide/Image_Guide_Proxy.php' => ['PhanPluginDuplicateConditionalNullCoalescing'],
'app/modules/image-size-analysis/data-sync/Image_Size_Analysis_Action_Fix.php' => ['PhanPossiblyUndeclaredVariable', 'PhanRedundantCondition'],
'app/modules/optimizations/critical-css/CSS_Proxy.php' => ['PhanPluginDuplicateConditionalNullCoalescing'],
Expand Down

0 comments on commit 636805d

Please sign in to comment.