Completed
Push — master ( 964662...c81fc8 )
by Tomáš
05:04
created
src/Webcook/Cms/CoreBundle/Base/BaseRestController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace Webcook\Cms\CoreBundle\Base;
4 4
 
5 5
 use FOS\RestBundle\Controller\FOSRestController;
6
-use Symfony\Component\Security\Core\Exception\AccessDeniedException;
7
-use Webcook\Cms\SecurityBundle\Common\SecurityHelper;
8 6
 
9 7
 /**
10 8
  * TODO documentation.
Please login to merge, or discard this patch.
src/Webcook/Cms/CoreBundle/Tests/BasicTestCase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
 
83 83
         $crawler = $this->client->request(
84 84
             $method,
85
-            $url . ($addPostfix ? '.json' : ''),
85
+            $url.($addPostfix ? '.json' : ''),
86 86
             array(),
87 87
             array(),
88 88
             array(
Please login to merge, or discard this patch.