-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
System careEverything related to system careEverything related to system care
Milestone
Description
PHPStan is an automated scanner, which reports code that could be improved https://phpstan.org
We already pass PHPStan level 1 since #4021
Usage:
# See https://getcomposer.org
composer install --prefer-dist
composer run-script phpstanNow it would be nice to progress to PHPStan level 2 https://phpstan.org/user-guide/rule-levels
Lines 2 to 3 in 77e9877
| # TODO: Increase rule-level https://phpstan.org/user-guide/rule-levels | |
| level: 1 |
# Manual override of the analyse level
vendor/bin/phpstan analyse . --level 2Help welcome, and it is fine to send multiple PRs, each solving some of the PHPStan warnings.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
System careEverything related to system careEverything related to system care