@@ -23,6 +23,9 @@ |
||
23 | 23 | return parent::normalize($prenormalizedData, $depth); |
24 | 24 | } |
25 | 25 | |
26 | + /** |
|
27 | + * @param integer $depth |
|
28 | + */ |
|
26 | 29 | private function prenormalizeData($data, $depth) |
27 | 30 | { |
28 | 31 | if ($depth > 2) { |