@@ -56,8 +56,7 @@ |
||
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 |