Skip to content

Added PHPStan rule to ignore while(true) statement #30

Added PHPStan rule to ignore while(true) statement

Added PHPStan rule to ignore while(true) statement #30

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

phpstan-6.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#L21
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#L21
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/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#L21
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#L21
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#L63
Method Kiboko\Component\Flow\Spreadsheet\CSV\Safe\Loader::orderColumns() has parameter $headers with no value type specified in iterable type array.
phpstan: src/CSV/Safe/Loader.php#L63
Method Kiboko\Component\Flow\Spreadsheet\CSV\Safe\Loader::orderColumns() has parameter $line with no value type specified in iterable type array.
phpstan: src/Sheet/FingersCrossed/Extractor.php#L17
Class Kiboko\Component\Flow\Spreadsheet\Sheet\FingersCrossed\Extractor implements generic interface Kiboko\Contract\Pipeline\ExtractorInterface but does not specify its types: OutputType
phpstan: src/Sheet/FingersCrossed/Extractor.php#L62
Method Kiboko\Component\Flow\Spreadsheet\Sheet\FingersCrossed\Extractor::flush() return type with generic interface Kiboko\Contract\Bucket\ResultBucketInterface does not specify its types: Type