Skip to content

Fully supports progressive JPGS and Interlaced images for 3.x #204

Fully supports progressive JPGS and Interlaced images for 3.x

Fully supports progressive JPGS and Interlaced images for 3.x #204

Triggered via pull request May 8, 2024 14:26
Status Failure
Total duration 33s
Artifacts

test.yaml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
tests (8.1, prefer-lowest)
Process completed with exit code 2.
ImplementedReturnTypeMismatch: src/Manipulators/Encode.php#L15
src/Manipulators/Encode.php:15: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#L15
src/Manipulators/Encode.php:15: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)
RedundantCondition: src/Manipulators/Encode.php#L34
src/Manipulators/Encode.php:34:18: RedundantCondition: Type 'webp' for $format is always =string(webp) (see https://psalm.dev/122)
psalm
Process completed with exit code 2.
tests (8.3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.