mirror of
https://github.com/Intervention/image.git
synced 2025-01-17 12:18:14 +01:00
2dbfb53bf8
* 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
13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
parameters:
|
|
level: 6
|
|
paths:
|
|
- src
|
|
exceptions:
|
|
check:
|
|
missingCheckedExceptionInThrows: true
|
|
uncheckedExceptionClasses:
|
|
- ImagickException
|
|
- ImagickDrawException
|
|
- ImagickPixelException
|
|
- Error
|