Skip to content

Updated code to be compatible with php-etl/pipeline-contracts:0.5 #38

Updated code to be compatible with php-etl/pipeline-contracts:0.5

Updated code to be compatible with php-etl/pipeline-contracts:0.5 #38

Triggered via push November 21, 2023 16:25
Status Failure
Total duration 1m 53s
Artifacts

phpstan-7.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/CSV/FingersCrossed/Extractor.php#L15
Class Kiboko\Component\Flow\Spreadsheet\CSV\FingersCrossed\Extractor implements generic interface Kiboko\Contract\Pipeline\ExtractorInterface but does not specify its types: OutputType
phpstan: src/CSV/FingersCrossed/Loader.php#L20
Class Kiboko\Component\Flow\Spreadsheet\CSV\FingersCrossed\Loader implements generic interface Kiboko\Contract\Pipeline\FlushableInterface but does not specify its types: Type
phpstan: src/CSV/FingersCrossed/Loader.php#L20
Class Kiboko\Component\Flow\Spreadsheet\CSV\FingersCrossed\Loader implements generic interface Kiboko\Contract\Pipeline\LoaderInterface but does not specify its types: InputType, OutputType
phpstan: src/CSV/FingersCrossed/Loader.php#L30
Generator expects value type Kiboko\Contract\Bucket\ResultBucketInterface<mixed>, null given.
phpstan: src/CSV/FingersCrossed/Loader.php#L41
While loop condition is always true.
phpstan: src/CSV/Safe/Extractor.php#L15
Class Kiboko\Component\Flow\Spreadsheet\CSV\Safe\Extractor implements generic interface Kiboko\Contract\Pipeline\ExtractorInterface but does not specify its types: OutputType
phpstan: src/CSV/Safe/Loader.php#L20
Class Kiboko\Component\Flow\Spreadsheet\CSV\Safe\Loader implements generic interface Kiboko\Contract\Pipeline\FlushableInterface but does not specify its types: Type
phpstan: src/CSV/Safe/Loader.php#L20
Class Kiboko\Component\Flow\Spreadsheet\CSV\Safe\Loader implements generic interface Kiboko\Contract\Pipeline\LoaderInterface but does not specify its types: InputType, OutputType
phpstan: src/CSV/Safe/Loader.php#L30
Generator expects value type Kiboko\Contract\Bucket\ResultBucketInterface<mixed>, null given.
phpstan: src/CSV/Safe/Loader.php#L42
While loop condition is always true.