[2.0] Removed already done TODO items
This commit is contained in:
parent
0651397854
commit
2ff65dd7f0
1 changed files with 2 additions and 2 deletions
|
@ -231,7 +231,7 @@ class EntityManager
|
|||
* Creates a Query from a named query.
|
||||
*
|
||||
* @param string $name
|
||||
* @todo Implementation.
|
||||
* @return Doctrine\ORM\Query
|
||||
*/
|
||||
public function createNamedQuery($name)
|
||||
{
|
||||
|
@ -257,7 +257,7 @@ class EntityManager
|
|||
* Creates a NativeQuery from a named native query.
|
||||
*
|
||||
* @param string $name
|
||||
* @todo Implementation.
|
||||
* @return Doctrine\ORM\NativeQuery
|
||||
*/
|
||||
public function createNamedNativeQuery($name)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue