diff options
Diffstat (limited to 'phpstan-next.neon')
| -rw-r--r-- | phpstan-next.neon | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/phpstan-next.neon b/phpstan-next.neon index 4899712fb..df4811a7a 100644 --- a/phpstan-next.neon +++ b/phpstan-next.neon @@ -3,6 +3,20 @@ includes: - vendor/phpstan/phpstan/conf/bleedingEdge.neon parameters: + level: max + checkBenevolentUnionTypes: true # TODO pass + 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/Feed.php + - app/Models/FeedDAO.php + - app/Models/TagDAO.php + - app/Models/Themes.php + - app/Services/ImportService.php + - app/views/helpers/feed/update.phtml + - cli/CliOptionsParser.php |
