Completed
Pull Request — master (#96)
by Spencer
62:28
created
src/Parameters.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
         $fields = $this->getInput('fields');
164 164
 
165
-        if (! is_array($fields)) {
165
+        if (!is_array($fields)) {
166 166
             return [];
167 167
         }
168 168
 
Please login to merge, or discard this patch.