forked from rosell-dk/webp-convert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
25 lines (25 loc) · 1.38 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
parameters:
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- '#Instantiated class Imagick not found.#'
- '#Instantiated class Gmagick not found.#'
- '#Caught class ImagickException not found.#'
- '# on an unknown class Imagick.#'
- '# on an unknown class Gmagick.#'
-
message: '#Strict comparison using === between int and false will always evaluate to false.#'
path: %currentWorkingDirectory%/src/Convert/Converters/Gd.php
-
message: '#Strict comparison using === between resource and false will always evaluate to false.#'
path: %currentWorkingDirectory%/src/Convert/Converters/Ewww.php
-
message: '#Strict comparison using === between resource and false will always evaluate to false.#'
path: %currentWorkingDirectory%/src/Convert/Converters/ConverterTraits/CurlTrait.php
-
message: '#Strict comparison using === between resource and false will always evaluate to false.#'
path: %currentWorkingDirectory%/src/Convert/BaseConverters/AbstractCloudCurlConverter.php
- '#Function vips_call invoked with 4 parameters, 2 required.#'
- '#Function vips_.* not found.#'
-
message: '#SystemRequirementsNotMet#'
path: %currentWorkingDirectory%/src/Convert/Converters/ConverterTraits/ExecTrait.php