mirror of
https://github.com/Intervention/image.git
synced 2025-08-30 01:00:06 +02:00
Fix missing phpdoc and configure phpstan
This commit is contained in:
20
phpstan.dist.neon
Normal file
20
phpstan.dist.neon
Normal file
@@ -0,0 +1,20 @@
|
||||
parameters:
|
||||
level: 4
|
||||
paths:
|
||||
- src
|
||||
exceptions:
|
||||
check:
|
||||
missingCheckedExceptionInThrows: true
|
||||
uncheckedExceptionClasses:
|
||||
- Intervention\Image\Exceptions\AnimationException
|
||||
- Intervention\Image\Exceptions\ColorException
|
||||
- Intervention\Image\Exceptions\DriverException
|
||||
- Intervention\Image\Exceptions\GeometryException
|
||||
- Intervention\Image\Exceptions\FontException
|
||||
- Intervention\Image\Exceptions\InputException
|
||||
- Intervention\Image\Exceptions\NotSupportedException
|
||||
- Intervention\Image\Exceptions\NotWritableException
|
||||
- ImagickException
|
||||
- ImagickDrawException
|
||||
- ImagickPixelException
|
||||
- Error
|
Reference in New Issue
Block a user