Completed
Pull Request — master (#351)
by Leny
06:31
created
Bundle/PageBundle/DependencyInjection/VictoirePageExtension.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
             'indexes' => [
40 40
                 'pages' => [
41 41
                     'types' => [
42
-                         'Pages' => [
42
+                            'Pages' => [
43 43
                             'serializer'  => [
44 44
                                 'groups' => ['search'],
45 45
                             ],
Please login to merge, or discard this patch.
Bundle/WidgetBundle/Builder/WidgetFormBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Doctrine\Common\Util\ClassUtils;
6 6
 use Symfony\Component\DependencyInjection\Container;
7 7
 use Symfony\Component\Form\Form;
8
-use Symfony\Component\OptionsResolver\OptionsResolver;
9 8
 use Victoire\Bundle\BusinessEntityBundle\Entity\BusinessEntity;
10 9
 use Victoire\Bundle\CoreBundle\Entity\View;
11 10
 use Victoire\Bundle\CoreBundle\Event\WidgetBuildFormEvent;
Please login to merge, or discard this patch.