blob: d8fefc422997e08bb10bee2e78627728db0759d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
includes:
- phpstan.dist.neon
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
parameters:
level: max
checkImplicitMixed: true # TODO pass
strictRules:
strictArrayFilter: false # TODO pass maybe
excludePaths:
analyse:
# TODO: Update files below and remove them from this list
- app/Models/Entry.php
- app/Models/EntryDAO.php
- app/Models/FeedDAO.php
- app/Models/TagDAO.php
- app/Models/Themes.php
- app/Services/ImportService.php
- app/views/helpers/feed/update.phtml
|