Skip to content

Initiated migration to monorepo #84

Initiated migration to monorepo

Initiated migration to monorepo #84

Triggered via push November 17, 2023 16:28
Status Failure
Total duration 35s
Artifacts

phpstan-8.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Loader/LogLoader.php#L23
Method Kiboko\Component\Pipeline\Loader\LogLoader::load() return type with generic class Kiboko\Component\Bucket\EmptyResultBucket does not specify its types: Type
phpstan: src/Loader/LogLoader.php#L25
Generator expects key type int<0, max>, int given.
phpstan: src/Loader/LogLoader.php#L29
Generator expects key type int<0, max>, int given.
phpstan: src/Loader/LogLoader.php#L34
Generator expects key type int<0, max>, int given.
phpstan: src/Loader/StreamLoader.php#L32
Method Kiboko\Component\Pipeline\Loader\StreamLoader::load() return type with generic class Kiboko\Component\Bucket\EmptyResultBucket does not specify its types: Type
phpstan: src/Loader/StreamLoader.php#L34
Generator expects key type int<0, max>, int given.
phpstan: src/Loader/StreamLoader.php#L38
Generator expects key type int<0, max>, int given.
phpstan: src/Loader/StreamLoader.php#L43
Generator expects key type int<0, max>, int given.
phpstan: src/Pipeline.php#L38
Parameter #1 $iterator of class NoRewindIterator constructor expects AppendIterator<int, non-empty-array|object, Iterator<int, non-empty-array|object>>, AppendIterator<int<0, max>, non-empty-array|object, Iterator<int<0, max>, non-empty-array|object>> given.
phpstan: src/Pipeline.php#L38
Property Kiboko\Component\Pipeline\Pipeline::$subject (Iterator<int<0, max>, non-empty-array|object>) does not accept NoRewindIterator<int, non-empty-array|object, AppendIterator<int, non-empty-array|object, Iterator<int, non-empty-array|object>>>.