Completed
Push — refonte ( 24809b...225502 )
by Arnaud
22:40 queued 20:32
created
src/Factory/FieldFactory.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,13 +3,11 @@
 block discarded – undo
3 3
 namespace LAG\AdminBundle\Factory;
4 4
 
5 5
 use Exception;
6
-use LAG\AdminBundle\Admin\Exception\AdminException;
7 6
 use LAG\AdminBundle\Configuration\ActionConfiguration;
8 7
 use LAG\AdminBundle\Configuration\ApplicationConfiguration;
9 8
 use LAG\AdminBundle\Configuration\ApplicationConfigurationStorage;
10 9
 use LAG\AdminBundle\Field\FieldInterface;
11 10
 use LAG\AdminBundle\Field\TwigAwareFieldInterface;
12
-use LAG\AdminBundle\Field\TwigAwareInterface;
13 11
 use LAG\AdminBundle\Field\TranslatorAwareFieldInterface;
14 12
 use Symfony\Component\OptionsResolver\OptionsResolver;
15 13
 use Symfony\Component\Translation\TranslatorInterface;
Please login to merge, or discard this patch.
src/Configuration/ActionConfiguration.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -15,11 +15,11 @@
 block discarded – undo
15 15
 
16 16
 class ActionConfiguration extends Configuration
17 17
 {
18
-     /**
19
-     * Related Action name.
20
-     *
21
-     * @var string
22
-     */
18
+        /**
19
+         * Related Action name.
20
+         *
21
+         * @var string
22
+         */
23 23
     private $actionName;
24 24
 
25 25
     /**
Please login to merge, or discard this patch.