Completed
Push — master ( 0272da...851765 )
by Andrii
08:55
created
src/models/Purse.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -63,6 +63,9 @@
 block discarded – undo
63 63
         return $this->getDocumentsOfType('acceptance');
64 64
     }
65 65
 
66
+    /**
67
+     * @param string $type
68
+     */
66 69
     public function getDocumentsOfType($type)
67 70
     {
68 71
         $res = [];
Please login to merge, or discard this patch.