Skip to content

Commit

Permalink
Merge pull request #782 from mustanggb/param-managerregistry
Browse files Browse the repository at this point in the history
Update ServiceRepositoryTrait with missing ManagerRegistry param
  • Loading branch information
malarzm authored Oct 25, 2023
2 parents 0135a16 + 600c2fb commit 0a533e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Repository/ServiceRepositoryTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -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<T> $documentClass
*/
public function __construct(ManagerRegistry $registry, $documentClass)
Expand Down

0 comments on commit 0a533e9

Please sign in to comment.