Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
akaunderr committed Feb 10, 2024
1 parent 634249b commit a59f6a4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ services:
parameters:
level: 0
paths:
- ./
- ./admin/
- ./catalog/
- ./install/
- ./system/
excludePaths:
- ./system/storage/vendor/
- ./system/storage/cache/template/
Expand All @@ -15,5 +18,5 @@ parameters:
tmpDir: .cache
ignoreErrors:
- '#Class Event constructor invoked with 1 parameter, 4-5 required\.#'
- '#Constant [A-Z_]+ not found#'
- '#might not be defined#'
- '#Constant [A-Z_]+ not found\.#'
- '#might not be defined\.#'

0 comments on commit a59f6a4

Please sign in to comment.