Completed
Pull Request — master (#5328)
by
unknown
03:12
created
src/Grid/Filter/Presenter/Text.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
164 164
 
165 165
         if (is_array($this->filter->getId())) {
166 166
             $ids = $this->filter->getId();
167
-        }else{
167
+        } else {
168 168
             $ids[] = $this->filter->getId();
169 169
         }
170 170
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
164 164
 
165 165
         if (is_array($this->filter->getId())) {
166 166
             $ids = $this->filter->getId();
167
-        }else{
167
+        } else{
168 168
             $ids[] = $this->filter->getId();
169 169
         }
170 170
 
Please login to merge, or discard this patch.