Completed
Pull Request — master (#37)
by Benjamin
02:45
created
Tests/Functional/BaseTestCase.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,10 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Alpixel\Bundle\CMSBundle\Tests\Functional;
4 4
 
5
-use FOS\UserBundle\Doctrine\UserManager;
6
-use Symfony\Bridge\Doctrine\Security\User\EntityUserProvider;
7 5
 use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
8
-use Symfony\Component\BrowserKit\Cookie;
9 6
 use Symfony\Component\DependencyInjection\Container;
10 7
 use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
11 8
 
Please login to merge, or discard this patch.
Admin/BaseNodeEntityAdmin.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Alpixel\Bundle\CMSBundle\Admin;
4 4
 
5
-use Alpixel\Bundle\CMSBundle\Form\DateTimeSingleType;
6 5
 use Knp\Menu\ItemInterface as MenuItemInterface;
7 6
 use Sonata\AdminBundle\Form\FormMapper;
8
-use Sonata\AdminBundle\Form\Type\Filter\DateTimeType;
9 7
 use Sonata\AdminBundle\Route\RouteCollection;
10 8
 
11 9
 abstract class BaseNodeEntityAdmin extends BaseAdmin
Please login to merge, or discard this patch.
Controller/NodeController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,14 +3,11 @@
 block discarded – undo
3 3
 namespace Alpixel\Bundle\CMSBundle\Controller;
4 4
 
5 5
 use Alpixel\Bundle\CMSBundle\Entity\Node;
6
-use Alpixel\Bundle\SEOBundle\Annotation\MetaTag;
7 6
 use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
8 7
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
9 8
 use Symfony\Component\Debug\Exception\ContextErrorException;
10 9
 use Symfony\Component\HttpFoundation\Request;
11 10
 use Symfony\Component\HttpFoundation\Response;
12
-use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
13
-use Symfony\Component\Serializer\Serializer;
14 11
 
15 12
 class NodeController extends Controller
16 13
 {
Please login to merge, or discard this patch.