Skip to content

Commit

Permalink
Merge pull request #32 from usernotnull/fix-typehint
Browse files Browse the repository at this point in the history
Fix Typehint of Gravatar::get
  • Loading branch information
jacotijssen authored Mar 23, 2022
2 parents f5f25dd + 10be5ad commit 0eed243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gravatar.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function exists($email)
* Get the gravatar url
*
* @param string $email
* @param string $configGroup
* @param string|array|null $configGroup
* @return string
* @throws InvalidEmailException
*/
Expand Down

0 comments on commit 0eed243

Please sign in to comment.