chore: cleanup, add PHPStan type annotations

This commit is contained in:
Björn Fromme
2026-04-03 13:45:41 +02:00
parent a264526127
commit fce6d1615a
14 changed files with 91 additions and 41 deletions
+3
View File
@@ -28,6 +28,9 @@ class LogEntryRepository extends ServiceEntityRepository
->execute();
}
/**
* @return array<int, LogEntry>
*/
public function findWithErrorCodes(): array
{
return $this->createQueryBuilder('l')