Skip to content

Commit

Permalink
chore: ignore PHPStan errors for PHP 8.1 (#92)
Browse files Browse the repository at this point in the history
* chore: ignore PHPStan errors for PHP 8.1

* chore: ignore PHPStan errors for PHP 8.1

* chore: ignore PHPStan errors for PHP 8.1

---------

Co-authored-by: Christopher Georg <[email protected]>
  • Loading branch information
Chris53897 and Chris8934 authored Jul 24, 2024
1 parent a21ec24 commit 72568b7
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 ''LiveComponentBundle'' on array\|bool\|float\|int\|string\|UnitEnum.#'
path: src/DependencyInjection/ZenstruckMessengerMonitorExtension.php

0 comments on commit 72568b7

Please sign in to comment.