@@ -413,7 +413,7 @@ discard block |
||
413 | 413 | * declarations (from ... x join ... y join ... z ...) appear in the query |
414 | 414 | * as the hydration process relies on that order for proper operation. |
415 | 415 | * |
416 | - * @param AST\SelectStatement|AST\DeleteStatement|AST\UpdateStatement $AST |
|
416 | + * @param AST\SelectStatement $AST |
|
417 | 417 | * |
418 | 418 | * @return void |
419 | 419 | */ |
@@ -749,7 +749,7 @@ discard block |
||
749 | 749 | * SingleValuedAssociationPathExpression ::= IdentificationVariable "." SingleValuedAssociationField |
750 | 750 | * CollectionValuedPathExpression ::= IdentificationVariable "." CollectionValuedAssociationField |
751 | 751 | * |
752 | - * @param mixed $AST |
|
752 | + * @param AST\SelectStatement $AST |
|
753 | 753 | * |
754 | 754 | * @return void |
755 | 755 | */ |
@@ -1619,7 +1619,7 @@ discard block |
||
1619 | 1619 | * accessible is "FROM", prohibiting an easy implementation without larger |
1620 | 1620 | * changes.} |
1621 | 1621 | * |
1622 | - * @return \Doctrine\ORM\Query\AST\SubselectIdentificationVariableDeclaration | |
|
1622 | + * @return AST\IdentificationVariableDeclaration | |
|
1623 | 1623 | * \Doctrine\ORM\Query\AST\IdentificationVariableDeclaration |
1624 | 1624 | */ |
1625 | 1625 | public function SubselectIdentificationVariableDeclaration() |
@@ -1757,7 +1757,7 @@ discard block |
||
1757 | 1757 | /** |
1758 | 1758 | * JoinAssociationDeclaration ::= JoinAssociationPathExpression ["AS"] AliasIdentificationVariable [IndexBy] |
1759 | 1759 | * |
1760 | - * @return \Doctrine\ORM\Query\AST\JoinAssociationPathExpression |
|
1760 | + * @return AST\JoinAssociationDeclaration |
|
1761 | 1761 | */ |
1762 | 1762 | public function JoinAssociationDeclaration() |
1763 | 1763 | { |
@@ -1795,7 +1795,7 @@ discard block |
||
1795 | 1795 | * PartialObjectExpression ::= "PARTIAL" IdentificationVariable "." PartialFieldSet |
1796 | 1796 | * PartialFieldSet ::= "{" SimpleStateField {"," SimpleStateField}* "}" |
1797 | 1797 | * |
1798 | - * @return array |
|
1798 | + * @return AST\PartialObjectExpression |
|
1799 | 1799 | */ |
1800 | 1800 | public function PartialObjectExpression() |
1801 | 1801 | { |