Skip to content

Ran php-cs-fixer

Ran php-cs-fixer #52

Triggered via push June 26, 2024 14:25
Status Failure
Total duration 26s
Artifacts

phpstan-6.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
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.
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/.