Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
andr11b committed Feb 10, 2024
1 parent f560770 commit 20c8c70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ parameters:
- ./upload/system/storage/cache/template/
tmpDir: .cache
ignoreErrors:
- '#Class Event constructor invoked with 1 parameter, 4-5 required\.#'
- '#Constant [A-Z_]+ not found\.#'
- "#Class Event constructor invoked with 1 parameter, 4-5 required\.#"
- "#Constant [A-Z_]+ not found\.#"
- "#might not be defined\.#"

0 comments on commit 20c8c70

Please sign in to comment.