Completed
Push — mobile-first-change ( 2bf7b1...31506a )
by Konstantinos
10:39
created
src/Controller/HTMLController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 use BZIon\Twig\AppGlobal;
5 5
 use BZIon\Twig\ModelFetcher;
6 6
 use Symfony\Component\HttpFoundation\RedirectResponse;
7
-use Symfony\Component\HttpFoundation\Response;
8 7
 
9 8
 /**
10 9
  * @package BZiON\Controllers
Please login to merge, or discard this patch.
src/Form/Creator/MapFormCreator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 namespace BZIon\Form\Creator;
9 9
 
10 10
 use BZIon\Form\Constraint\UniqueAlias;
11
-use BZIon\Form\Type\ModelType;
12 11
 use Symfony\Component\Validator\Constraints\Image;
13 12
 use Symfony\Component\Validator\Constraints\Length;
14 13
 use Symfony\Component\Validator\Constraints\NotBlank;
Please login to merge, or discard this patch.
src/Form/Type/ModelType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use BZIon\Form\Constraint\NotBlankModel;
6 6
 use BZIon\Form\Transformer\MultipleModelTransformer;
7
-use BZIon\Form\Transformer\NullModelTransformer;
8 7
 use BZIon\Form\Transformer\SingleModelTransformer;
9 8
 use Doctrine\Common\Inflector\Inflector;
10 9
 use Symfony\Component\Form\AbstractType;
Please login to merge, or discard this patch.