Completed
Push — master ( 689709...19a019 )
by Andrii
14:30
created
src/models/Purse.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -115,6 +115,9 @@
 block discarded – undo
115 115
         return $this->getDocumentsOfType('internal_invoice');
116 116
     }
117 117
 
118
+    /**
119
+     * @param string $type
120
+     */
118 121
     public function getDocumentsOfType($type)
119 122
     {
120 123
         if (Yii::$app->user->can('document.read') === false) {
Please login to merge, or discard this patch.