build(deps-dev): update rector/rector requirement from ^0.17.13 to ^0.18.13 #152
Annotations
8 errors
reviewdog:
src/Optimization/Update.php#L117
[phpstan] reported by reviewdog 🐶
Filter callback return statement is missing.
Raw Output:
src/Optimization/Update.php:117:1: error: Filter callback return statement is missing. ()
|
reviewdog:
src/Optimization/Update.php#L321
[phpstan] reported by reviewdog 🐶
Method JazzMan\Performance\Optimization\Update::removePluginUpdates() never returns null so it can be removed from the return type.
Raw Output:
src/Optimization/Update.php:321:1: error: Method JazzMan\Performance\Optimization\Update::removePluginUpdates() never returns null so it can be removed from the return type. ()
|
reviewdog:
src/Optimization/TermCount.php#L158
[psalm] reported by reviewdog 🐶
MixedAssignment: Unable to determine the type that $wpPost is being assigned to
Raw Output:
src/Optimization/TermCount.php:158:9: error: MixedAssignment: Unable to determine the type that $wpPost is being assigned to ()
|
reviewdog:
src/Optimization/TermCount.php#L160
[psalm] reported by reviewdog 🐶
MixedPropertyFetch: Cannot fetch property on mixed var $wpPost
Raw Output:
src/Optimization/TermCount.php:160:52: error: MixedPropertyFetch: Cannot fetch property on mixed var $wpPost ()
|
reviewdog:
src/Optimization/TermCount.php#L160
[psalm] reported by reviewdog 🐶
MixedArgument: Argument 1 of is_object_in_taxonomy cannot be mixed, expecting string
Raw Output:
src/Optimization/TermCount.php:160:52: error: MixedArgument: Argument 1 of is_object_in_taxonomy cannot be mixed, expecting string ()
|
reviewdog:
src/Optimization/TermCount.php#L163
[psalm] reported by reviewdog 🐶
MixedPropertyFetch: Cannot fetch property on mixed var $wpPost
Raw Output:
src/Optimization/TermCount.php:163:20: error: MixedPropertyFetch: Cannot fetch property on mixed var $wpPost ()
|
reviewdog:
src/helper.php#L134
[psalm] reported by reviewdog 🐶
MixedAssignment: Unable to determine the type that $post is being assigned to
Raw Output:
src/helper.php:134:13: error: MixedAssignment: Unable to determine the type that $post is being assigned to ()
|
reviewdog:
src/Optimization/Media.php#L1
[psalm] reported by reviewdog 🐶
UnusedBaselineEntry: Baseline for issue "MixedReturnTypeCoercion" has 2 extra entries.
Raw Output:
src/Optimization/Media.php:0:0: error: UnusedBaselineEntry: Baseline for issue "MixedReturnTypeCoercion" has 2 extra entries. ()
|