1
0
mirror of synced 2025-01-30 20:11:49 +03:00

Merge pull request #299 from patrick-mcdougle/patch-1

Fixed comment for createQuery to include the variable name.
This commit is contained in:
Benjamin Eberlei 2012-03-11 14:49:43 -07:00
commit 4dd296f9ca

View File

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