Completed
Branch master (7344c2)
by Tomáš
17:13
created
src/Webcook/Cms/I18nBundle/Controller/LanguageController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,6 @@
 block discarded – undo
9 9
 namespace Webcook\Cms\I18nBundle\Controller;
10 10
 
11 11
 use Webcook\Cms\CoreBundle\Base\BaseRestController;
12
-use Symfony\Component\HttpFoundation\Request;
13
-use Symfony\Component\HttpFoundation\Response;
14 12
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
15 13
 use Webcook\Cms\I18nBundle\Entity\Language;
16 14
 use Webcook\Cms\I18nBundle\Form\Type\LanguageType;
Please login to merge, or discard this patch.
src/Webcook/Cms/I18nBundle/Controller/TranslationController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,6 @@
 block discarded – undo
9 9
 namespace Webcook\Cms\I18nBundle\Controller;
10 10
 
11 11
 use Webcook\Cms\CoreBundle\Base\BaseRestController;
12
-use Symfony\Component\HttpFoundation\Request;
13
-use Symfony\Component\HttpFoundation\Response;
14 12
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
15 13
 use Webcook\Cms\I18nBundle\Entity\Translation;
16 14
 use Webcook\Cms\I18nBundle\Form\Type\TranslationType;
Please login to merge, or discard this patch.