Completed
Push — master ( 5ac386...ef9fce )
by Paul
09:44
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/CoreBundle/Repository/ViewRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Victoire\Bundle\CoreBundle\Repository;
4 4
 
5
-use Doctrine\ORM\Query;
6 5
 use Doctrine\ORM\Query\Expr;
7 6
 use Gedmo\Tree\Entity\Repository\NestedTreeRepository;
8 7
 use Victoire\Bundle\CoreBundle\Entity\View;
Please login to merge, or discard this patch.
Tests/Features/Context/FeatureContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Behat\Behat\Context\SnippetAcceptingContext;
7 7
 use Behat\Behat\Hook\Scope\AfterStepScope;
8 8
 use Behat\Mink\Driver\Selenium2Driver;
9
-use Behat\Mink\Element\Element;
10 9
 use Behat\Mink\Exception\UnsupportedDriverActionException;
11 10
 use Behat\Symfony2Extension\Context\KernelAwareContext;
12 11
 use Behat\Symfony2Extension\Context\KernelDictionary;
Please login to merge, or discard this patch.