Completed
Pull Request — master (#738)
by Grégoire
13:17
created
Filter/BooleanFilter.php 2 patches
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -83,7 +83,4 @@
 block discarded – undo
83 83
                 : 'hidden', // NEXT_MAJOR: Remove ternary (when requirement of Symfony is >= 2.8)
84 84
 >>>>>>> origin/3.x
85 85
             'operator_options' => [],
86
-            'label' => $this->getLabel(),
87
-        ]];
88
-    }
89
-}
86
+            'label' => $this->getLabel
90 87
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -83,7 +83,4 @@
 block discarded – undo
83 83
                 : 'hidden', // NEXT_MAJOR: Remove ternary (when requirement of Symfony is >= 2.8)
84 84
 >>>>>>> origin/3.x
85 85
             'operator_options' => [],
86
-            'label' => $this->getLabel(),
87
-        ]];
88
-    }
89
-}
86
+            'label' => $this->getLabel
90 87
\ No newline at end of file
Please login to merge, or discard this patch.
Filter/ModelFilter.php 2 patches
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -165,6 +165,4 @@
 block discarded – undo
165 165
             }
166 166
         }
167 167
 
168
-        return $parentAlias;
169
-    }
170
-}
168
+        return $parentAlias
171 169
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -165,6 +165,4 @@
 block discarded – undo
165 165
             }
166 166
         }
167 167
 
168
-        return $parentAlias;
169
-    }
170
-}
168
+        return $parentAlias
171 169
\ No newline at end of file
Please login to merge, or discard this patch.