Passed
Push — develop ( 0eb5cb...a52f7d )
by nguereza
03:36
created
src/Form/Param/BaseParam.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -207,9 +207,9 @@
 block discarded – undo
207 207
             if ($type !== null && $type->isBuiltin()) {
208 208
                 $props[$property->getName()] = [
209 209
                     $type->getName(), 
210
-					$type->allowsNull(), 
211
-					$property,
212
-				];
210
+                    $type->allowsNull(), 
211
+                    $property,
212
+                ];
213 213
             }
214 214
         }
215 215
 
Please login to merge, or discard this patch.