@@ -56,7 +56,7 @@ |
||
56 | 56 | $props_arr[$f] = $prop; |
57 | 57 | } |
58 | 58 | if ($parentClass = $class->getParentClass()) { |
59 | - $parent_props_arr = static::getClassProperties($parentClass);//RECURSION |
|
59 | + $parent_props_arr = static::getClassProperties($parentClass); //RECURSION |
|
60 | 60 | if (count($parent_props_arr) > 0) { |
61 | 61 | $props_arr = array_merge($parent_props_arr, $props_arr); |
62 | 62 | } |