blob: 0cc7f5eacc81557ef674455b3eccb1908a649f78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
includes:
- phpstan.neon
parameters:
level: 9
excludePaths:
analyse:
# TODO: Update files below and remove them from this list
- app/Controllers/configureController.php
- app/Controllers/importExportController.php
- app/Models/DatabaseDAO.php
- app/Models/Entry.php
- app/Models/Feed.php
- app/Services/ImportService.php
- app/views/configure/archiving.phtml
- app/views/helpers/feed/update.phtml
- lib/Minz/Helper.php
- lib/Minz/Request.php
|