MathExecutor/phpstan.neon.dist
Bruce Wells 7704ba918f
Drop php74 (#120)
* PHPStan Level 6

* Drop PHP 7.4 support

* Add PHPStan badge to readme

* Code style cleanup
2022-12-21 18:52:18 -05:00

8 lines
120 B
Text

parameters:
level: 6
errorFormat: raw
editorUrl: '%%file%% %%line%% %%column%%: %%error%%'
paths:
- src
- tests