Skip to content

Merge branch 'main' into hotfix/jq-failures-on-composer-autoloads #20

Merge branch 'main' into hotfix/jq-failures-on-composer-autoloads

Merge branch 'main' into hotfix/jq-failures-on-composer-autoloads #20

Triggered via push August 31, 2023 10:23
Status Failure
Total duration 41s
Artifacts

phpstan-6.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors
phpstan: src/Dockerfile.php#L10
Class Kiboko\Component\Dockerfile\Dockerfile implements generic interface IteratorAggregate but does not specify its types: TKey, TValue
phpstan: src/Dockerfile.php#L30
Method Kiboko\Component\Dockerfile\Dockerfile::getIterator() return type with generic class ArrayIterator does not specify its types: TKey, TValue
phpstan: src/Dockerfile/Cmd.php#L9
Property Kiboko\Component\Dockerfile\Dockerfile\Cmd::$command type has no value type specified in iterable type iterable.
phpstan: src/Dockerfile/Entrypoint.php#L9
Property Kiboko\Component\Dockerfile\Dockerfile\Entrypoint::$entrypoint type has no value type specified in iterable type iterable.
phpstan: src/PHP/ComposerAutoload.php#L11
Method Kiboko\Component\Dockerfile\PHP\ComposerAutoload::__construct() has parameter $autoloads with no value type specified in iterable type array.
phpstan: src/PHP/ComposerAutoload.php#L69
Match expression does not handle remaining values: (int|string)
phpstan: src/PHP/ComposerRequire.php#L11
Property Kiboko\Component\Dockerfile\PHP\ComposerRequire::$packages type has no value type specified in iterable type iterable.
phpstan
Process completed with exit code 1.