Skip to content

Merge tag '3.4.4' into develop #149

Merge tag '3.4.4' into develop

Merge tag '3.4.4' into develop #149

GitHub Actions / phpstan completed Dec 8, 2023 in 0s

reviewdog [phpstan] report

reported by reviewdog 🐶

Findings (1)

src/Optimization/Update.php|321 col 1| Method JazzMan\Performance\Optimization\Update::removePluginUpdates() never returns null so it can be removed from the return type.

Filtered Findings (0)

Annotations

Check failure on line 321 in src/Optimization/Update.php

See this annotation in the file changed.

@github-actions github-actions / phpstan

[phpstan] src/Optimization/Update.php#L321

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. ()