Fully supports progressive JPGS and Interlaced images for 3.x #204
test.yaml
on: pull_request
coding-style
13s
psalm
15s
Matrix: tests
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/.
|