Completed
Pull Request — master (#90)
by Arnaud
09:48
created
src/LAG/AdminBundle/Filter/Factory/FilterFormBuilder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     public function build(ActionConfiguration $configuration)
39 39
     {
40 40
         if (true !== $this->isFilterFormRequired($configuration)) {
41
-           return null;
41
+            return null;
42 42
         }
43 43
         // retrieve the filters from the Action configuration
44 44
         $filters = $configuration->getParameter('filters');
Please login to merge, or discard this patch.
src/LAG/AdminBundle/View/View.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,8 +58,8 @@
 block discarded – undo
58 58
     /**
59 59
      * View constructor.
60 60
      *
61
-     * @param                     $actionName
62
-     * @param                     $adminName
61
+     * @param                     string $actionName
62
+     * @param                     string $adminName
63 63
      * @param ActionConfiguration $configuration
64 64
      * @param AdminConfiguration  $adminConfiguration
65 65
      * @param array               $fields
Please login to merge, or discard this patch.