Upgrade php to v8.3 with rector

This commit is contained in:
2024-08-13 15:26:27 +02:00
parent 547a9d1369
commit f3ac864233
1806 changed files with 6843 additions and 568 deletions

View File

@@ -33,6 +33,7 @@ class ActivityReasonRepository extends ServiceEntityRepository
/**
* @return ActivityReason[]
*/
#[\Override]
public function findAll(): array
{
$qb = $this->createQueryBuilder('ar');