@@ -33,7 +33,7 @@ discard block |
||
| 33 | 33 | /** |
| 34 | 34 | * Make the gravatar with the supplied email address. |
| 35 | 35 | * @param string $email The email address for the Gravatar. |
| 36 | - * @return Ballen\Gravel\Gravatar |
|
| 36 | + * @return GravatarMapper |
|
| 37 | 37 | */ |
| 38 | 38 | public function make($email) |
| 39 | 39 | { |
@@ -44,7 +44,7 @@ discard block |
||
| 44 | 44 | /** |
| 45 | 45 | * Set a custom gravatar size, default is 120px. |
| 46 | 46 | * @param int $size Gravatar image size |
| 47 | - * @return Ballen\Gravel\Gravatar |
|
| 47 | + * @return GravatarMapper |
|
| 48 | 48 | */ |
| 49 | 49 | public function size($size) |
| 50 | 50 | { |
@@ -65,7 +65,7 @@ discard block |
||
| 65 | 65 | * 'retro' : awesome generated, 8-bit arcade-style pixelated faces |
| 66 | 66 | * 'blank' : a transparent PNG image (border added to HTML below for demonstration purposes) |
| 67 | 67 | * @param string $option The prefix of the default avatar to return if no valid Gravatar is found for the supplied email address. |
| 68 | - * @return \Ballen\Gravel\Gravatar |
|
| 68 | + * @return GravatarMapper |
|
| 69 | 69 | */ |
| 70 | 70 | public function defaultGravatar($option) |
| 71 | 71 | { |
@@ -82,7 +82,7 @@ discard block |
||
| 82 | 82 | * 'r' : may contain such things as harsh profanity, intense violence, nudity, or hard drug use. |
| 83 | 83 | * 'x' : may contain hardcore sexual imagery or extremely disturbing violence. |
| 84 | 84 | * @param string $rating |
| 85 | - * @return \Ballen\Gravel\Gravatar |
|
| 85 | + * @return GravatarMapper |
|
| 86 | 86 | */ |
| 87 | 87 | public function rating($rating) |
| 88 | 88 | { |
@@ -93,7 +93,7 @@ discard block |
||
| 93 | 93 | /** |
| 94 | 94 | * Returns a HTTPS formatted URL instead, ideal for sites that implement HTTPS and do not wish to trigger SSL warnings regarding 'some content on this page is not encrytped'. |
| 95 | 95 | * @param boolean $enable Retreive HTTPS formatted Gravatar links? |
| 96 | - * @return \Ballen\Gravel\Gravatar |
|
| 96 | + * @return GravatarMapper |
|
| 97 | 97 | */ |
| 98 | 98 | public function https($enable = true) |
| 99 | 99 | { |