Skip to content

Merge pull request #4 from php-etl/fix/lock-contracts-versions #19

Merge pull request #4 from php-etl/fix/lock-contracts-versions

Merge pull request #4 from php-etl/fix/lock-contracts-versions #19

Triggered via push November 16, 2023 13:42
Status Failure
Total duration 26s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

phpstan8.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/DataProvider/DataProvidedExampleNode.php#L11
Method Kiboko\Component\PHPSpecExtension\DataProvider\DataProvidedExampleNode::__construct() has parameter $providedData with no value type specified in iterable type array.
phpstan: src/DataProvider/DataProvidedExampleNode.php#L21
Method Kiboko\Component\PHPSpecExtension\DataProvider\DataProvidedExampleNode::getProvidedData() return type has no value type specified in iterable type array.
phpstan: src/DataProvider/DataProvider.php#L19
Method Kiboko\Component\PHPSpecExtension\DataProvider\DataProvider::walk() return type has no value type specified in iterable type Traversable.
phpstan: src/DataProvider/DataProvider.php#L41
Method Kiboko\Component\PHPSpecExtension\DataProvider\DataProvider::wrapMethodDataProvider() return type has no value type specified in iterable type Traversable.
phpstan: src/DataProvider/DataProvider.php#L76
Method Kiboko\Component\PHPSpecExtension\DataProvider\DataProvider::wrapFunctionDataProvider() return type has no value type specified in iterable type Traversable.
phpstan: src/DataProvider/DataProviderExtension.php#L12
Method Kiboko\Component\PHPSpecExtension\DataProvider\DataProviderExtension::load() has no return type specified.
phpstan: src/DataProvider/DataProviderExtension.php#L12
Method Kiboko\Component\PHPSpecExtension\DataProvider\DataProviderExtension::load() has parameter $params with no value type specified in iterable type array.
phpstan: src/DataProvider/Listener/DataProviderListener.php#L26
Method Kiboko\Component\PHPSpecExtension\DataProvider\Listener\DataProviderListener::beforeSpecification() has no return type specified.
phpstan: src/FastMap/Comparator/Comparator.php#L9
Method Kiboko\Component\PHPSpecExtension\FastMap\Comparator\Comparator::isEqual() has parameter $left with no type specified.
phpstan: src/FastMap/Comparator/Comparator.php#L9
Method Kiboko\Component\PHPSpecExtension\FastMap\Comparator\Comparator::isEqual() has parameter $right with no type specified.