Skip to content

Updated badge links in the readme file #37

Updated badge links in the readme file

Updated badge links in the readme file #37

Triggered via push November 22, 2023 15:09
Status Failure
Total duration 33s
Artifacts

phpstan-6.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan6: 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.
phpstan6: src/FingersCrossed/Extractor.php#L28
Method Kiboko\Component\Flow\Csv\FingersCrossed\Extractor::extract() return type has no value type specified in iterable type array.
phpstan6: src/FingersCrossed/Extractor.php#L28
Method Kiboko\Component\Flow\Csv\FingersCrossed\Extractor::extract() return type has no value type specified in iterable type array.
phpstan6: 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
phpstan6: 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.
phpstan6: 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.
phpstan6: 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
phpstan6: 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
phpstan6: 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.
phpstan6: 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.