Completed
Pull Request — master (#343)
by Leny
06:34
created
Bundle/FilterBundle/Filter/BaseFilter.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
 
35 35
     /**
36 36
      * {@inheritdoc}
37
-    */
37
+     */
38 38
     public function configureOptions(OptionsResolver $resolver)
39 39
     {
40 40
         $resolver->setDefaults([
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Doctrine\ORM\EntityManager;
6 6
 use Doctrine\ORM\QueryBuilder;
7 7
 use Symfony\Component\Form\AbstractType;
8
-use Symfony\Component\Form\FormBuilderInterface;
9 8
 use Symfony\Component\HttpFoundation\Request;
10 9
 use Symfony\Component\OptionsResolver\OptionsResolver;
11 10
 
Please login to merge, or discard this patch.
Bundle/CoreBundle/Handler/WidgetExceptionHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
     /**
22 22
      * Constructor.
23 23
      *
24
-     * @param SecurityContext $authorizationChecker
24
+     * @param AuthorizationChecker $authorizationChecker
25 25
      * @param TwigEngine      $twig
26 26
      * @param bool            $debug      The debug variable environment
27 27
      * @param TemplateMapper  $templating The victoire templating
Please login to merge, or discard this patch.