mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 22:15:36 +01:00
Fixed PHPstan issues
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user