1
0
mirror of synced 2025-02-20 14:13:15 +03:00

Fixed comment for createQuery to include the variable name.

This commit is contained in:
patrick-mcdougle 2012-03-06 14:18:18 -06:00
parent f6a61b133e
commit 7798c94a40

View File

@ -272,7 +272,7 @@ class EntityManager implements ObjectManager
/**
* Creates a new Query object.
*
* @param string The DQL string.
* @param string $dql The DQL string.
* @return \Doctrine\ORM\Query
*/
public function createQuery($dql = "")