| 12345678910111213141516171819202122 |
- parameters:
- # TODO: Increase rule-level https://phpstan.org/user-guide/rule-levels
- level: 5
- fileExtensions:
- - php
- - phtml
- paths:
- - .
- excludePaths:
- analyse:
- - lib/marienfressinaud/*
- - lib/phpmailer/*
- - lib/SimplePie/*
- analyseAndScan:
- - .git/*
- - node_modules/*
- # TODO: include tests
- - tests/*
- - vendor/*
- bootstrapFiles:
- - cli/_cli.php
- - lib/favicons.php
|