chore: cleanup, add PHPStan type annotations
This commit is contained in:
@@ -28,6 +28,9 @@ class LogEntryRepository extends ServiceEntityRepository
|
||||
->execute();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array<int, LogEntry>
|
||||
*/
|
||||
public function findWithErrorCodes(): array
|
||||
{
|
||||
return $this->createQueryBuilder('l')
|
||||
|
||||
Reference in New Issue
Block a user