add capability to hydrate an entity in a dto #8112
Annotations
5 errors
|
Run static analysis with phpstan/phpstan:
src/Internal/Hydration/AbstractHydrator.php#L350
Parameter #2 $dqlAlias of method Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateNestedEnity() expects string, int|string given.
|
Run static analysis with phpstan/phpstan:
src/Query/SqlWalker.php#L1
Ignored error pattern #^Property Doctrine\\ORM\\Query\\SqlWalker\:\:\$selectedClasses \(array\<string, array\{class\: Doctrine\\ORM\\Mapping\\ClassMetadata, dqlAlias\: string, resultAlias\: string\|null\}\>\) does not accept non\-empty\-array\<int\|string, array\{class\: Doctrine\\ORM\\Mapping\\ClassMetadata, dqlAlias\: mixed, resultAlias\: string\|null\}\>\.$# (assign.propertyType) in path /home/runner/work/orm/orm/src/Query/SqlWalker.php was not matched in reported errors.
|
Run static analysis with phpstan/phpstan:
src/Query/SqlWalker.php#L1592
Property Doctrine\ORM\Query\ResultSetMapping::$nestedEntities (array<string, string>) does not accept array<string, array<string, (int|string)>|string>.
|
Run static analysis with phpstan/phpstan
The operation was canceled.
|
Loading