Completed
Push — refonte ( a2bed6...e11a96 )
by Arnaud
02:18
created
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.
src/Bridge/Twig/Extension/AdminExtension.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace LAG\AdminBundle\Bridge\Twig\Extension;
4 4
 
5
-use LAG\AdminBundle\Admin\AdminInterface;
6 5
 use LAG\AdminBundle\Configuration\ApplicationConfiguration;
7 6
 use LAG\AdminBundle\Configuration\ApplicationConfigurationStorage;
8 7
 use LAG\AdminBundle\Configuration\MenuItemConfiguration;
@@ -11,7 +10,6 @@  discard block
 block discarded – undo
11 10
 use LAG\AdminBundle\Factory\MenuFactory;
12 11
 use LAG\AdminBundle\Field\EntityAwareFieldInterface;
13 12
 use LAG\AdminBundle\Field\FieldInterface;
14
-use LAG\AdminBundle\Field\TranslatorAwareFieldInterface;
15 13
 use LAG\AdminBundle\Routing\RoutingLoader;
16 14
 use LAG\AdminBundle\Utils\StringUtils;
17 15
 use LAG\AdminBundle\View\ViewInterface;
Please login to merge, or discard this patch.