Implemented reject with a given message #69
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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.
|