1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-21 05:01:20 +02:00
Files
intervention_image/phpstan.dist.neon
2025-08-03 16:46:46 +02:00

17 lines
410 B
Plaintext

parameters:
level: 6
paths:
- src
reportUnmatchedIgnoredErrors: false
ignoreErrors:
-
identifier: unset.possiblyHookedProperty
exceptions:
check:
missingCheckedExceptionInThrows: true
uncheckedExceptionClasses:
- ImagickException
- ImagickDrawException
- ImagickPixelException
- Error