1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-17 04:08:14 +01:00
intervention_image/phpstan.dist.neon
Oliver Vogel 2dbfb53bf8
Update code for phpstan level 6 (#1342)
* Update phpstan checks to level 6
* Add more details doc blocks to meet phpstan level 6
* Fix bug in building decoder chain
* Fix type hints
2024-05-02 11:03:18 +02:00

13 lines
288 B
Plaintext

parameters:
level: 6
paths:
- src
exceptions:
check:
missingCheckedExceptionInThrows: true
uncheckedExceptionClasses:
- ImagickException
- ImagickDrawException
- ImagickPixelException
- Error