Passed
Push — develop ( 5da5fd...cba003 )
by nguereza
06:12
created
src/Form/Param/BaseParam.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@
 block discarded – undo
175 175
             return null;
176 176
         }
177 177
         
178
-        if($type === 'string' && $value !== null){
178
+        if ($type === 'string' && $value !== null) {
179 179
             $value = trim($value);
180 180
         }
181 181
 
Please login to merge, or discard this patch.