Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cv65kr authored and jorge07 committed May 14, 2020
1 parent 6f3b673 commit 45379ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
interface GetUserCredentialsByEmailInterface
{
/**
* @return array{0: \Ramsey\Uuid\Uuid, 1: string, 2: string}
* @return array{0: \Ramsey\Uuid\UuidInterface, 1: string, 2: string}
*/
public function getCredentialsByEmail(Email $email): array;
}

0 comments on commit 45379ba

Please sign in to comment.