engelsystem/phpstan.neon.dist

16 lines
285 B
Plaintext
Raw Normal View History

2022-12-04 14:08:06 +01:00
parameters:
phpVersion: 80100
2022-12-04 14:08:06 +01:00
level: 1
paths:
- config
- db
- src
- tests
scanDirectories:
- includes
2024-05-23 21:15:57 +02:00
ignoreErrors:
-
message: '#.*#'
path: config/config.php
reportUnmatched: false