Completed
Pull Request — master (#5)
by John
01:37
created
src/Processors/Object/ComplexTypeProcessor.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,8 +56,7 @@
 block discarded – undo
56 56
                     continue;
57 57
                 }
58 58
                 $value = $this->defaults[$name];
59
-            }
60
-            else {
59
+            } else {
61 60
                 $value = $this->reflectionProperties[$name]->getValue($object);
62 61
             }
63 62
 
Please login to merge, or discard this patch.