Upgrade to intervention/image 3 #144
test.yaml
on: pull_request
coding-style
9s
psalm
19s
Matrix: tests
Annotations
16 errors
coding-style
Process completed with exit code 127.
|
tests (8.2)
Process completed with exit code 255.
|
tests (8.4)
Process completed with exit code 255.
|
tests (8.3)
Process completed with exit code 255.
|
tests (8.1)
Process completed with exit code 255.
|
tests (8.1, prefer-lowest)
Process completed with exit code 255.
|
UndefinedMethod:
src/Api/Api.php#L97
src/Api/Api.php:97:39: UndefinedMethod: Method Intervention\Image\ImageManager::make does not exist (see https://psalm.dev/022)
|
MethodSignatureMismatch:
src/Manipulators/Background.php#L11
src/Manipulators/Background.php:11:7: MethodSignatureMismatch: Method League\Glide\Manipulators\Background::run with return type '' is different to return type 'Intervention\Image\Interfaces\ImageInterface' of inherited method League\Glide\Manipulators\ManipulatorInterface::run (see https://psalm.dev/042)
|
UndefinedClass:
src/Manipulators/Background.php#L16
src/Manipulators/Background.php:16:15: UndefinedClass: Class, interface or enum named League\Glide\Manipulators\Image does not exist (see https://psalm.dev/019)
|
ImplementedReturnTypeMismatch:
src/Manipulators/Background.php#L18
src/Manipulators/Background.php:18: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\Background::run 'League\Glide\Manipulators\Image' (see https://psalm.dev/123)
|
ImplementedReturnTypeMismatch:
src/Manipulators/Background.php#L18
src/Manipulators/Background.php:18: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\Background::run 'League\Glide\Manipulators\Image' (see https://psalm.dev/123)
|
UndefinedDocblockClass:
src/Manipulators/Background.php#L18
src/Manipulators/Background.php:18:16: UndefinedDocblockClass: Docblock-defined class, interface or enum named League\Glide\Manipulators\Image does not exist (see https://psalm.dev/200)
|
MethodSignatureMismatch:
src/Manipulators/Background.php#L20
src/Manipulators/Background.php:20:5: MethodSignatureMismatch: Method League\Glide\Manipulators\Background::run with return type '' is different to return type 'Intervention\Image\Interfaces\ImageInterface' of inherited method League\Glide\Manipulators\BaseManipulator::run (see https://psalm.dev/042)
|
MethodSignatureMismatch:
src/Manipulators/Background.php#L20
src/Manipulators/Background.php:20:31: MethodSignatureMismatch: Argument 1 of League\Glide\Manipulators\Background::run has wrong type 'League\Glide\Manipulators\Image', expecting 'Intervention\Image\Interfaces\ImageInterface' as defined by League\Glide\Manipulators\ManipulatorInterface::run (see https://psalm.dev/042)
|
ImplementedParamTypeMismatch:
src/Manipulators/Background.php#L20
src/Manipulators/Background.php:20:31: ImplementedParamTypeMismatch: Argument 1 of League\Glide\Manipulators\Background::run has wrong type 'League\Glide\Manipulators\Image', expecting 'Intervention\Image\Interfaces\ImageInterface' as defined by League\Glide\Manipulators\ManipulatorInterface::run (see https://psalm.dev/199)
|
MethodSignatureMismatch:
src/Manipulators/Background.php#L20
src/Manipulators/Background.php:20:31: MethodSignatureMismatch: Argument 1 of League\Glide\Manipulators\Background::run has wrong type 'League\Glide\Manipulators\Image', expecting 'Intervention\Image\Interfaces\ImageInterface' as defined by League\Glide\Manipulators\BaseManipulator::run (see https://psalm.dev/042)
|