Completed
Push — master ( b9b9a3...17a085 )
by Matteo
02:18 queued 17s
created
src/Flat/Storage/JsonEncoder.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -48,6 +48,9 @@
 block discarded – undo
48 48
         return $document;
49 49
     }
50 50
 
51
+    /**
52
+     * @param DocumentInterface $document
53
+     */
51 54
     public function flatten($document, $prepend = '')
52 55
     {
53 56
         $results = [];
Please login to merge, or discard this patch.