Completed
Pull Request — master (#5328)
by
unknown
03:04
created
src/Grid/Filter/Presenter/Text.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
     {
163 163
         $options = json_encode($options);
164 164
 
165
-        $ids = (array)$this->filter->getId();
165
+        $ids = (array) $this->filter->getId();
166 166
 
167 167
         foreach ($ids as $id) {
168 168
             Admin::script("$('#{$this->filter->getFilterBoxId()} input.{$id}').inputmask($options);");
Please login to merge, or discard this patch.