[Draft] Clean interfaces for the imagine processes #431
Annotations
10 errors and 1 warning
phpstan:
src/Domain/Imagine/Filter/FilterExecutor.php#L21
Method Liip\ImagineBundle\Domain\Imagine\Filter\FilterExecutor::applyTo() has parameter $options with no value type specified in iterable type array.
|
phpstan:
src/Domain/ImagineTransformer.php#L31
PHPDoc tag @throws with type Liip\ImagineBundle\Domain\FormatNotSupportedException|Liip\ImagineBundle\Domain\ImageNotFoundException|Liip\ImagineBundle\Domain\StackNotFoundException|Liip\ImagineBundle\Domain\TransformingException is not subtype of Throwable
|
phpstan:
src/Domain/Stack/LiipTransformerStack.php#L8
Class Liip\ImagineBundle\Domain\Stack\LiipTransformerStack implements unknown interface Liip\ImagineBundle\Domain\Stack\TransformerStack.
|
phpstan:
src/Domain/Stack/LiipTransformerStack.php#L15
Parameter $filters of method Liip\ImagineBundle\Domain\Stack\LiipTransformerStack::__construct() has invalid type Liip\ImagineBundle\Domain\Stack\FilterInterface.
|
phpstan:
src/Domain/Stack/LiipTransformerStack.php#L15
Property Liip\ImagineBundle\Domain\Stack\LiipTransformerStack::$filters has unknown class Liip\ImagineBundle\Domain\Stack\FilterInterface as its type.
|
phpstan:
src/Domain/Stack/LiipTransformerStack.php#L22
Call to method applyTo() on an unknown class Liip\ImagineBundle\Domain\Stack\FilterInterface.
|
phpstan:
src/Domain/Stack/LiipTransformerStackExecutor.php#L72
Method Liip\ImagineBundle\Domain\Stack\LiipTransformerStackExecutor::applyFilters() has parameter $config with no value type specified in iterable type array.
|
phpstan:
src/Domain/Stack/LiipTransformerStackExecutor.php#L76
Call to an undefined method Liip\ImagineBundle\Domain\Imagine\Filter\FilterExecutor::load().
|
phpstan:
src/Domain/Stack/LiipTransformerStackExecutor.php#L86
Method Liip\ImagineBundle\Domain\Stack\LiipTransformerStackExecutor::applyPostProcessors() has parameter $config with no value type specified in iterable type array.
|
phpstan:
src/Domain/Stack/LiipTransformerStackExecutor.php#L95
Method Liip\ImagineBundle\Domain\Stack\LiipTransformerStackExecutor::exportConfiguredImageBinary() has parameter $config with no value type specified in iterable type array.
|
phpstan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|