Completed
Push — master ( ef0ca4...a4bcce )
by Song
02:56
created
src/Grid/Filter/Presenter/Select.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
             throw new \InvalidArgumentException("[$model] must be a valid model class");
106 106
         }
107 107
 
108
-        $this->options = function ($value) use ($model, $idField, $textField) {
108
+        $this->options = function($value) use ($model, $idField, $textField) {
109 109
             if (empty($value)) {
110 110
                 return [];
111 111
             }
Please login to merge, or discard this patch.
src/Form/Field/Select.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -206,7 +206,7 @@
 block discarded – undo
206 206
             throw new \InvalidArgumentException("[$model] must be a valid model class");
207 207
         }
208 208
 
209
-        $this->options = function ($value) use ($model, $idField, $textField) {
209
+        $this->options = function($value) use ($model, $idField, $textField) {
210 210
             if (empty($value)) {
211 211
                 return [];
212 212
             }
Please login to merge, or discard this patch.