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

@@ -24,5 +24,4 @@ class EventBudgetElementRepository extends ServiceEntityRepository
{
parent::__construct($registry, EventBudgetElement::class);
}
}

View File

@@ -34,5 +34,4 @@ class EventThemeRepository extends ServiceEntityRepository
->getQuery()
->getResult();
}
}