koblog/phpstan.neon

15 lines
500 B
Text
Raw Normal View History

2021-06-14 23:55:00 +02:00
parameters:
2021-09-05 16:18:01 +02:00
#phpVersion: 70100 # PHP 7.1 - https://github.com/phpstan/phpstan/blob/master/playground-api/handler.ts#L38
2021-06-14 23:55:00 +02:00
#phpVersion: 70200 # PHP 7.2
#phpVersion: 70300 # PHP 7.3
#phpVersion: 70400 # PHP 7.4
2021-09-05 16:18:01 +02:00
phpVersion: 80000 # PHP 8.0
2021-06-14 23:55:00 +02:00
level: 0
excludePaths:
analyse:
- bl-kernel/helpers/simple-image.class.php
ignoreErrors:
-
message: '#Array has 2 duplicate keys with value#'
path: bl-kernel/helpers/text.class.php