Skip to content

Merge pull request #10 from php-etl/feature/update-composer #64

Merge pull request #10 from php-etl/feature/update-composer

Merge pull request #10 from php-etl/feature/update-composer #64

Triggered via push April 7, 2023 09:45
Status Failure
Total duration 35s
Artifacts

phpstan-8.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Extractor/ArrayExtractor.php#L9
Class Kiboko\Component\Pipeline\Extractor\ArrayExtractor implements generic interface Kiboko\Contract\Pipeline\ExtractorInterface but does not specify its types: Type
phpstan: src/Extractor/ArrayExtractor.php#L11
Method Kiboko\Component\Pipeline\Extractor\ArrayExtractor::__construct() has parameter $data with no value type specified in iterable type array.
phpstan: src/Extractor/IteratorExtractor.php#L9
Class Kiboko\Component\Pipeline\Extractor\IteratorExtractor implements generic interface Kiboko\Contract\Pipeline\ExtractorInterface but does not specify its types: Type
phpstan: src/Extractor/IteratorExtractor.php#L11
Method Kiboko\Component\Pipeline\Extractor\IteratorExtractor::__construct() has parameter $traversable with no value type specified in iterable type Traversable.
phpstan: src/GeneratorWrapper.php#L34
Method Kiboko\Component\Pipeline\GeneratorWrapper::send() has parameter $value with no type specified.
phpstan: src/IteratorLoggingWrapper.php#L9
Class Kiboko\Component\Pipeline\IteratorLoggingWrapper implements generic interface Iterator but does not specify its types: TKey, TValue
phpstan: src/IteratorLoggingWrapper.php#L13
Property Kiboko\Component\Pipeline\IteratorLoggingWrapper::$reflectionObject is never read, only written.
phpstan: src/IteratorLoggingWrapper.php#L32
Method Kiboko\Component\Pipeline\IteratorLoggingWrapper::debug() has parameter $value with no type specified.
phpstan: src/Loader/DebugLoader.php#L7
Class Kiboko\Component\Pipeline\Loader\DebugLoader extends generic class Kiboko\Component\Pipeline\Loader\StreamLoader but does not specify its types: Type
phpstan: src/Loader/DebugLoader.php#L9
Method Kiboko\Component\Pipeline\Loader\DebugLoader::formatLine() has no return type specified.