Skip to content

Commit

Permalink
more strict types
Browse files Browse the repository at this point in the history
  • Loading branch information
Vítězslav Dvořák committed Nov 13, 2024
1 parent 97f006b commit 255155f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mServer/Bank.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public function takeData($data)
\Ease\Functions::divDataArray($data, $summaryData, 'foreignCurrency');
$taken = parent::takeData($data);
$this->addSummary($summaryData);

return $taken;
}

Expand Down

0 comments on commit 255155f

Please sign in to comment.