Fixing PHPStan level 4 issues #76
Annotations
10 errors
src/Loader/LogLoader.php#L25
Method Kiboko\Component\Pipeline\Loader\LogLoader::load() return type with generic class Kiboko\Component\Bucket\EmptyResultBucket does not specify its types: Type
|
src/Loader/LogLoader.php#L27
Generator expects key type int<0, max>, int given.
|
src/Loader/LogLoader.php#L31
Generator expects key type int<0, max>, int given.
|
src/Loader/LogLoader.php#L36
Generator expects key type int<0, max>, int given.
|
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
|
src/Loader/StreamLoader.php#L34
Generator expects key type int<0, max>, int given.
|
src/Loader/StreamLoader.php#L38
Generator expects key type int<0, max>, int given.
|
src/Loader/StreamLoader.php#L43
Generator expects key type int<0, max>, int given.
|
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.
|
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>>>.
|
The logs for this run have expired and are no longer available.
Loading