fix tests

This commit is contained in:
Dennis Eichhorn 2023-09-22 23:39:43 +00:00
parent e133c4d70b
commit c055a36c85

View File

@ -85,6 +85,13 @@ class Expense
$this->taxP = new FloatInt();
}
/**
* Recalculate the expenses
*
* @return void
*
* @since 1.0.0
*/
public function recalculate() : void
{
$net = 0;