php-cs-fixer and badges #3
Annotations
9 errors
Static Analysis (8.2):
src/Result/DbalResult.php#L99
Method MakinaCorpus\QueryBuilder\Result\DbalResult::iterateAssociative() has invalid return type MakinaCorpus\QueryBuilder\Result\Traversable.
|
Static Analysis (8.2):
src/Result/DbalResult.php#L99
PHPDoc tag @return with type MakinaCorpus\QueryBuilder\Result\Traversable<int, array<string, mixed>> is not subtype of native type Traversable.
|
Static Analysis (8.2):
src/Result/DbalResult.php#L104
Method MakinaCorpus\QueryBuilder\Result\DbalResult::iterateKeyValue() has invalid return type MakinaCorpus\QueryBuilder\Result\Traversable.
|
Static Analysis (8.2):
src/Result/DbalResult.php#L104
PHPDoc tag @return with type MakinaCorpus\QueryBuilder\Result\Traversable<int, array<string, mixed>> is not subtype of native type Traversable.
|
Static Analysis (8.2):
src/Result/DbalResult.php#L113
Method MakinaCorpus\QueryBuilder\Result\DbalResult::iterateAssociativeIndexed() has invalid return type MakinaCorpus\QueryBuilder\Result\Traversable.
|
Static Analysis (8.2):
src/Result/DbalResult.php#L113
PHPDoc tag @return with type MakinaCorpus\QueryBuilder\Result\Traversable<string, array<string, mixed>> is not subtype of native type Traversable.
|
Static Analysis (8.2):
src/Result/DbalResult.php#L118
Method MakinaCorpus\QueryBuilder\Result\DbalResult::iterateColumn() has invalid return type MakinaCorpus\QueryBuilder\Result\Traversable.
|
Static Analysis (8.2):
src/Result/DbalResult.php#L118
PHPDoc tag @return with type MakinaCorpus\QueryBuilder\Result\Traversable<int, mixed> is not subtype of native type Traversable.
|
Static Analysis (8.2)
Process completed with exit code 1.
|