Skip to content

Upgrade to intervention/image 3 #150

Upgrade to intervention/image 3

Upgrade to intervention/image 3 #150

Re-run triggered January 22, 2024 17:38
Status Failure
Total duration 34s
Artifacts

test.yaml

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

Annotations

16 errors
tests (8.3)
Process completed with exit code 2.
coding-style
Process completed with exit code 8.
tests (8.2)
Process completed with exit code 2.
tests (8.1, prefer-lowest)
Process completed with exit code 2.
tests (8.1)
Process completed with exit code 2.
tests (8.4)
Process completed with exit code 2.
UndefinedInterfaceMethod: src/Manipulators/Background.php#L29
src/Manipulators/Background.php:29:28: UndefinedInterfaceMethod: Method Intervention\Image\Interfaces\ImageInterface::getDriver does not exist (see https://psalm.dev/181)
NoInterfaceProperties: src/Manipulators/Background.php#L30
src/Manipulators/Background.php:30:26: NoInterfaceProperties: Interfaces cannot have properties (see https://psalm.dev/028)
UndefinedInterfaceMethod: src/Manipulators/Border.php#L142
src/Manipulators/Border.php:142:24: UndefinedInterfaceMethod: Method Intervention\Image\Interfaces\ImageInterface::rectangle does not exist (see https://psalm.dev/181)
TooManyArguments: src/Manipulators/Border.php#L169
src/Manipulators/Border.php:169:15: TooManyArguments: Too many arguments for method Intervention\Image\Interfaces\ImageInterface::resizecanvas - saw 5 (see https://psalm.dev/026)
InvalidScalarArgument: src/Manipulators/Border.php#L173
src/Manipulators/Border.php:173:17: InvalidScalarArgument: Argument 4 of Intervention\Image\Interfaces\ImageInterface::resizeCanvas expects string, but true provided (see https://psalm.dev/012)
TooManyArguments: src/Manipulators/Border.php#L189
src/Manipulators/Border.php:189:24: TooManyArguments: Too many arguments for method Intervention\Image\Interfaces\ImageInterface::resizecanvas - saw 5 (see https://psalm.dev/026)
InvalidScalarArgument: src/Manipulators/Border.php#L193
src/Manipulators/Border.php:193:13: InvalidScalarArgument: Argument 4 of Intervention\Image\Interfaces\ImageInterface::resizeCanvas expects string, but true provided (see https://psalm.dev/012)
UndefinedInterfaceMethod: src/Manipulators/Encode.php#L26
src/Manipulators/Encode.php:26:30: UndefinedInterfaceMethod: Method Intervention\Image\Interfaces\ImageInterface::getDriver does not exist (see https://psalm.dev/181)
TooManyArguments: src/Manipulators/Encode.php#L36
src/Manipulators/Encode.php:36:24: TooManyArguments: Too many arguments for method Intervention\Image\Interfaces\ImageInterface::encode - saw 2 (see https://psalm.dev/026)
InvalidArgument: src/Manipulators/Encode.php#L36
src/Manipulators/Encode.php:36:31: InvalidArgument: Argument 1 of Intervention\Image\Interfaces\ImageInterface::encode expects Intervention\Image\Interfaces\EncoderInterface, but string provided (see https://psalm.dev/004)