Skip to content

Updated pipeline contracts v0.5 #82

Updated pipeline contracts v0.5

Updated pipeline contracts v0.5 #82

Triggered via push November 16, 2023 13:58
Status Failure
Total duration 36s
Artifacts

phpstan-7.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>>>.