diff --git a/Repository/ServiceRepositoryTrait.php b/Repository/ServiceRepositoryTrait.php index 9246a7a2..fb02880b 100644 --- a/Repository/ServiceRepositoryTrait.php +++ b/Repository/ServiceRepositoryTrait.php @@ -15,7 +15,8 @@ trait ServiceRepositoryTrait { /** - * @param string $documentClass The class name of the entity this repository manages + * @param ManagerRegistry $registry The ManagerRegistry to use + * @param string $documentClass The class name of the entity this repository manages * @psalm-param class-string $documentClass */ public function __construct(ManagerRegistry $registry, $documentClass)