Completed
Push — main ( 430b4f...e47493 )
by Emmanuel
01:46
created
src/IncomeExpense.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@  discard block
 block discarded – undo
48 48
 
49 49
     /**
50 50
      * @param int $categoryid
51
-     * @param string $income_title
52 51
      * @param int $amount
53 52
      * @param string $notes
54 53
      * @param string $transaction_id
@@ -120,8 +119,8 @@  discard block
 block discarded – undo
120 119
 
121 120
     /**
122 121
      * @param $transactionObj
123
-     * @param $type
124
-     * @param $transaction_id
122
+     * @param string $type
123
+     * @param string $transaction_id
125 124
      * @return Ledger
126 125
      *
127 126
      * unit function that adds a ledger transaction
Please login to merge, or discard this patch.