Fixed PHPstan issues

This commit is contained in:
Jan Böhmer 2023-07-23 00:14:29 +02:00
parent d59b8817c3
commit cd80552ce7
3 changed files with 8 additions and 5 deletions

View file

@ -41,6 +41,7 @@ class AttachmentContainingDBElementRepository extends NamedDBElementRepository
* Similar to the findByIDInMatchingOrder function, but it also hints to doctrine that the master picture attachment should be fetched eagerly.
* @param array $ids
* @return array
* @phpstan-return array<int, TEntityClass>
*/
public function getElementsAndPreviewAttachmentByIDs(array $ids): array
{