Completed
Push — main ( f8f0ae...cd74f0 )
by Emmanuel
01:19
created
src/IncomeExpense.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -78,6 +78,10 @@
 block discarded – undo
78 78
         ]);
79 79
     }
80 80
 
81
+    /**
82
+     * @param string $type
83
+     * @param string $transaction_id
84
+     */
81 85
     public function add_transaction_on_ledger($transactionObj, $type, $transaction_id): Ledger
82 86
     {
83 87
 
Please login to merge, or discard this patch.