Skip to content

Updated tests + fixed PhpStan errors #45

Updated tests + fixed PhpStan errors

Updated tests + fixed PhpStan errors #45

Triggered via push July 11, 2024 12:01
Status Failure
Total duration 28s
Artifacts

phpstan-6.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
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: Type
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: Type
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: Type
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: Type
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.
phpstan
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/