phpstan, rector, phpcs fixes

This commit is contained in:
2025-05-08 10:59:54 +02:00
parent c4b760c452
commit 6b1696b62e
17 changed files with 51 additions and 54 deletions

View File

@@ -52,6 +52,7 @@ class EventBudgetElement
{
$this->id = $id;
}
public function getAmount(): float
{
return (float) $this->amount;