add capability to hydrate an entity in a dto #8156
static-analysis.yml
on: pull_request
Matrix: Static Analysis with PHPStan
Annotations
4 errors
Static Analysis with PHPStan (3.8.2, phpstan-dbal3.neon)
Process completed with exit code 1.
|
Static Analysis with PHPStan (3.8.2, phpstan-dbal3.neon):
src/Query/SqlWalker.php#L1574
Property Doctrine\ORM\Query\ResultSetMapping::$nestedEntities (array<string, string>) does not accept array<string, array<string, (int|string)>|string>.
|
Static Analysis with PHPStan (3.8.2, phpstan-dbal3.neon):
src/Internal/Hydration/AbstractHydrator.php#L362
Parameter #2 $dqlAlias of method Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateNestedEnity() expects string, int|string given.
|
Static Analysis with PHPStan (default, phpstan.neon)
The strategy configuration was canceled because "static-analysis-phpstan._3_8_2_phpstan-dbal3_neon" failed
|