Fully supports progressive JPGS and Interlaced images for 3.x #202
test.yaml
on: pull_request
coding-style
11s
psalm
12s
Matrix: tests
Annotations
11 errors
tests (8.1)
Process completed with exit code 2.
|
ImplementedReturnTypeMismatch:
src/Manipulators/Encode.php#L17
src/Manipulators/Encode.php:17:16: ImplementedReturnTypeMismatch: The inherited return type 'Intervention\Image\Interfaces\ImageInterface' for League\Glide\Manipulators\ManipulatorInterface::run is different to the implemented return type for League\Glide\Manipulators\Encode::run 'Intervention\Image\Interfaces\EncodedImageInterface' (see https://psalm.dev/123)
|
ImplementedReturnTypeMismatch:
src/Manipulators/Encode.php#L17
src/Manipulators/Encode.php:17:16: ImplementedReturnTypeMismatch: The inherited return type 'Intervention\Image\Interfaces\ImageInterface' for League\Glide\Manipulators\BaseManipulator::run is different to the implemented return type for League\Glide\Manipulators\Encode::run 'Intervention\Image\Interfaces\EncodedImageInterface' (see https://psalm.dev/123)
|
TypeDoesNotContainType:
src/Manipulators/Encode.php#L34
src/Manipulators/Encode.php:34:18: TypeDoesNotContainType: 'avif' cannot be identical to 'jpg'|'tiff'|'webp' (see https://psalm.dev/056)
|
TypeDoesNotContainType:
src/Manipulators/Encode.php#L36
src/Manipulators/Encode.php:36:18: TypeDoesNotContainType: 'avif' cannot be identical to 'jpg'|'webp' (see https://psalm.dev/056)
|
RedundantCondition:
src/Manipulators/Encode.php#L38
src/Manipulators/Encode.php:38:18: RedundantCondition: Type 'webp' for $format is always =string(webp) (see https://psalm.dev/122)
|
psalm
Process completed with exit code 2.
|
tests (8.1, prefer-lowest)
Process completed with exit code 2.
|
tests (8.4)
Process completed with exit code 2.
|
tests (8.3)
Process completed with exit code 2.
|
tests (8.2)
Process completed with exit code 2.
|