Skip to content

Updated the pipeline runner used for tests + ran php-cs-fixer #25

Updated the pipeline runner used for tests + ran php-cs-fixer

Updated the pipeline runner used for tests + ran php-cs-fixer #25

Triggered via push November 22, 2023 09:14
Status Failure
Total duration 30s
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#L29
Method Kiboko\Component\Flow\Csv\FingersCrossed\Extractor::extract() return type has no value type specified in iterable type array.
phpstan: src/FingersCrossed/Extractor.php#L29
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#L30
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.