Files
archived-sql-formatter/phpstan.neon.dist
Grégoire Paris 7574a220d6 Drop support for PHP 7.1
The maintenance burden that comes with using bamarni/composer-bin-plugin
and ensuring both PHPStan and Psalm can still analyse PHPUnit files is too high.
2024-05-06 23:46:55 +02:00

7 lines
165 B
Plaintext

parameters:
level: max
paths:
- %currentWorkingDirectory%/src
- %currentWorkingDirectory%/tests
- %currentWorkingDirectory%/examples