Completed
Push — 2.x ( 2dc0e1 )
by Sullivan
18:32
created
Entity/CommentManager.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -14,10 +14,8 @@
 block discarded – undo
14 14
 use Sonata\CoreBundle\Model\ManagerInterface;
15 15
 use Sonata\NewsBundle\Model\CommentInterface;
16 16
 use Doctrine\Common\Persistence\ManagerRegistry;
17
-
18 17
 use Sonata\NewsBundle\Model\CommentManagerInterface;
19 18
 use Sonata\NewsBundle\Model\PostInterface;
20
-
21 19
 use Sonata\DatagridBundle\Pager\Doctrine\Pager;
22 20
 use Sonata\DatagridBundle\ProxyQuery\Doctrine\ProxyQuery;
23 21
 
Please login to merge, or discard this patch.
Entity/PostManager.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -10,14 +10,11 @@
 block discarded – undo
10 10
  */
11 11
 namespace Sonata\NewsBundle\Entity;
12 12
 
13
-use Doctrine\ORM\NoResultException;
14 13
 use Doctrine\ORM\Query\Expr\Join;
15 14
 use Sonata\CoreBundle\Model\BaseEntityManager;
16 15
 use Sonata\ClassificationBundle\Model\CollectionInterface;
17
-
18 16
 use Sonata\DatagridBundle\Pager\Doctrine\Pager;
19 17
 use Sonata\DatagridBundle\ProxyQuery\Doctrine\ProxyQuery;
20
-
21 18
 use Sonata\NewsBundle\Model\BlogInterface;
22 19
 use Sonata\NewsBundle\Model\PostInterface;
23 20
 use Sonata\NewsBundle\Model\PostManagerInterface;
Please login to merge, or discard this patch.