Merge pull request #299 from patrick-mcdougle/patch-1
Fixed comment for createQuery to include the variable name.
This commit is contained in:
commit
4dd296f9ca
@ -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 = "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user