Commit 2ff65dd7 authored by guilhermeblanco's avatar guilhermeblanco

[2.0] Removed already done TODO items

parent 06513978
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment