Skip to content

Commit

Permalink
chore: ignore PHPStan errors for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Jul 9, 2024
1 parent 1f875b0 commit b27ae8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
parameters:
level: 8
treatPhpDocTypesAsCertain: false
reportUnmatchedIgnoredErrors: false
paths:
- src

ignoreErrors:
# Can be dropped after minimum PHP Version is 8.2 or 8.3
- message: '#Cannot access offset [a-zA-Z] on array\|bool\|float\|int\|string\|UnitEnum#'
path: src/DependencyInjection/ZenstruckMessengerMonitorExtension.php

0 comments on commit b27ae8d

Please sign in to comment.