@@ -42,7 +42,7 @@ |
||
42 | 42 | } |
43 | 43 | ++$level; |
44 | 44 | $reflection = $reflection->getParentClass(); |
45 | - } while($reflection); |
|
45 | + } while ($reflection); |
|
46 | 46 | foreach ($properties as $property) { |
47 | 47 | $property->setAccessible(true); |
48 | 48 | } |