Skip to content

Commit

Permalink
Update ServiceRepositoryTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mustanggb authored Oct 24, 2023
1 parent 6bfe92f commit 72445de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Repository/ServiceRepositoryTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
trait ServiceRepositoryTrait
{
/**
* @param ManagerRegistry $registry The ManagerRegistry to use.
* @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 72445de

Please sign in to comment.