Skip to content

Update intervention/image requirement from ^2.7.2 to ^3.3.1 #26

Update intervention/image requirement from ^2.7.2 to ^3.3.1

Update intervention/image requirement from ^2.7.2 to ^3.3.1 #26

Triggered via pull request January 23, 2024 01:56
Status Failure
Total duration 35s
Artifacts

coding-style.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Bridge/Intervention/Image/AbstractCommandExecutor.php#L28
Method SixtyEightPublishers\ImageStorage\Bridge\Intervention\Image\AbstractCommandExecutor::doExecute() has parameter $image with no value type specified in iterable type Intervention\Image\Image.
PHPStan: src/Bridge/Intervention/Image/AbstractCommandExecutor.php#L28
Parameter $command of method SixtyEightPublishers\ImageStorage\Bridge\Intervention\Image\AbstractCommandExecutor::doExecute() has invalid type Intervention\Image\Commands\AbstractCommand.
PHPStan: src/Bridge/Intervention/Image/AbstractCommandExecutor.php#L30
Method SixtyEightPublishers\ImageStorage\Bridge\Intervention\Image\AbstractCommandExecutor::execute() has invalid return type Intervention\Image\Commands\AbstractCommand.
PHPStan: src/Bridge/Intervention/Image/AbstractCommandExecutor.php#L30
Method SixtyEightPublishers\ImageStorage\Bridge\Intervention\Image\AbstractCommandExecutor::execute() has parameter $image with no value type specified in iterable type Intervention\Image\Image.
PHPStan: src/Bridge/Intervention/Image/AbstractCommandExecutor.php#L36
Call to method execute() on an unknown class Intervention\Image\Commands\AbstractCommand.
PHPStan: src/Bridge/Intervention/Image/AbstractCommandExecutor.php#L68
Instantiated class Intervention\Image\Exception\NotSupportedException not found.
PHPStan: src/Bridge/Intervention/Image/AbstractCommandExecutor.php#L68
Throwing object of an unknown class Intervention\Image\Exception\NotSupportedException.
PHPStan: src/Bridge/Intervention/Image/AbstractCommandExecutor.php#L79
Method SixtyEightPublishers\ImageStorage\Bridge\Intervention\Image\AbstractCommandExecutor::createCommand() has invalid return type Intervention\Image\Commands\AbstractCommand.
PHPStan: src/Bridge/Intervention/Image/AbstractCommandExecutor.php#L82
Class Intervention\Image\Commands\AbstractCommand not found.
PHPStan: src/Bridge/Intervention/Image/CommandExecutorInterface.php#L15
Method SixtyEightPublishers\ImageStorage\Bridge\Intervention\Image\CommandExecutorInterface::execute() has invalid return type Intervention\Image\Commands\AbstractCommand.