Passed
Push — master ( 9da991...8b9b39 )
by Valentas
20:11 queued 06:11
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.