Completed
Push — master ( 969ba5...87cf68 )
by Przemysław eRIZ
02:24
created
src/Metadata/Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
             $fieldConfig->satisfyAssertsConditions = $objectConfig->satisfyAssertsConditions;
61 61
         }
62 62
 
63
-        if(is_null($fieldConfig->recursive)){
63
+        if (is_null($fieldConfig->recursive)) {
64 64
             $fieldConfig->recursive = $objectConfig->recursive;
65 65
         }
66 66
 
Please login to merge, or discard this patch.