Completed
Pull Request — master (#355)
by Paul
06:37
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/Cache/WidgetCache.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 Predis\Client;
6 6
 use Symfony\Component\Security\Core\Authorization\AuthorizationChecker;
7
-use Symfony\Component\Security\Core\SecurityContext;
8 7
 use Victoire\Bundle\WidgetBundle\Entity\Widget;
9 8
 use Victoire\Bundle\WidgetBundle\Entity\WidgetSlotInterface;
10 9
 
Please login to merge, or discard this patch.