Skip to content

Update quality.yaml #27

Update quality.yaml

Update quality.yaml #27

Triggered via push November 22, 2023 13:11
Status Failure
Total duration 35s
Artifacts

phpstan-6.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/FingersCrossed/Extractor.php#L18
Method Kiboko\Component\Flow\Csv\FingersCrossed\Extractor::__construct() has parameter $columns with no value type specified in iterable type array.
phpstan: src/FingersCrossed/Extractor.php#L28
Method Kiboko\Component\Flow\Csv\FingersCrossed\Extractor::extract() return type has no value type specified in iterable type array.
phpstan: src/FingersCrossed/Extractor.php#L28
Method Kiboko\Component\Flow\Csv\FingersCrossed\Extractor::extract() return type has no value type specified in iterable type array.
phpstan: src/FingersCrossed/Loader.php#L13
Class Kiboko\Component\Flow\Csv\FingersCrossed\Loader implements generic interface Kiboko\Contract\Pipeline\LoaderInterface but does not specify its types: InputType, OutputType
phpstan: src/FingersCrossed/Loader.php#L15
Method Kiboko\Component\Flow\Csv\FingersCrossed\Loader::__construct() has parameter $columns with no value type specified in iterable type array.
phpstan: src/Safe/Extractor.php#L19
Method Kiboko\Component\Flow\Csv\Safe\Extractor::__construct() has parameter $columns with no value type specified in iterable type array.
phpstan: src/Safe/Extractor.php#L29
Method Kiboko\Component\Flow\Csv\Safe\Extractor::extract() return type with generic interface Kiboko\Contract\Bucket\ResultBucketInterface does not specify its types: Type
phpstan: src/Safe/Loader.php#L13
Class Kiboko\Component\Flow\Csv\Safe\Loader implements generic interface Kiboko\Contract\Pipeline\LoaderInterface but does not specify its types: InputType, OutputType
phpstan: src/Safe/Loader.php#L15
Method Kiboko\Component\Flow\Csv\Safe\Loader::__construct() has parameter $columns with no value type specified in iterable type array.
phpstan: src/Safe/Loader.php#L49
Method Kiboko\Component\Flow\Csv\Safe\Loader::orderColumns() has parameter $headers with no value type specified in iterable type array.