Completed
Push — master ( 4a78e4...c05f46 )
by Marius
13:01
created
src/Service/Formatter/FormatterTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -23,6 +23,9 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.