Passed
Push — master ( 485410...3ce1a4 )
by
unknown
02:22
created
src/Vivait/BootstrapBundle/Controller/Controller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      * @param Request $request
35 35
      * @param string  $to
36 36
      *
37
-     * @return mixed
37
+     * @return Response
38 38
      */
39 39
     protected function redirectTo(Request $request, $to)
40 40
     {
Please login to merge, or discard this patch.
src/Vivait/BootstrapBundle/Form/Type/DateSinceType.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 use Symfony\Component\Form\AbstractType;
5 5
 use Symfony\Component\Form\Extension\Core\Type\DateType;
6 6
 use Symfony\Component\Form\FormBuilderInterface;
7
-use Symfony\Component\OptionsResolver\OptionsResolverInterface;
8 7
 use Symfony\Component\Form\FormInterface;
9 8
 use Symfony\Component\Form\FormView;
9
+use Symfony\Component\OptionsResolver\OptionsResolverInterface;
10 10
 
11 11
 
12 12
 class DateSinceType extends AbstractType
Please login to merge, or discard this patch.