| @@ -14,7 +14,7 @@ discard block | ||
| 14 | 14 | /** | 
| 15 | 15 | * Constructor injects with DI container. | 
| 16 | 16 | * | 
| 17 | - * @param Anax\DI\DIInterface $di a service container | |
| 17 | + * @param DIInterface $di a service container | |
| 18 | 18 | */ | 
| 19 | 19 | public function __construct(DIInterface $di) | 
| 20 | 20 |      { | 
| @@ -74,7 +74,7 @@ discard block | ||
| 74 | 74 | * | 
| 75 | 75 | * @param string $username get details on item with username. | 
| 76 | 76 | * | 
| 77 | - * @return boolean true if okey, false if something went wrong. | |
| 77 | + * @return User true if okey, false if something went wrong. | |
| 78 | 78 | */ | 
| 79 | 79 | public function hasItemDetails($username) | 
| 80 | 80 |      { | 
| @@ -90,7 +90,7 @@ discard block | ||
| 90 | 90 | * Callback for submit-button which should return true if it could | 
| 91 | 91 | * carry out its work and false if something failed. | 
| 92 | 92 | * | 
| 93 | - * @return boolean true if okey, false if something went wrong. | |
| 93 | + * @return false|null true if okey, false if something went wrong. | |
| 94 | 94 | */ | 
| 95 | 95 | public function callbackSubmit() | 
| 96 | 96 |      { | 
| @@ -121,7 +121,7 @@ | ||
| 121 | 121 | * | 
| 122 | 122 | * @param string $email The email address | 
| 123 | 123 | * @param boole $img True to return a complete IMG tag False for just the URL | 
| 124 | - * @param string $size Size in pixels, defaults to 80px [ 1 - 2048 ] | |
| 124 | + * @param integer $size Size in pixels, defaults to 80px [ 1 - 2048 ] | |
| 125 | 125 | * @param string $default Default imageset to use [ 404 | mm | identicon | monsterid | wavatar ] | 
| 126 | 126 | * @param string $rating Maximum rating (inclusive) [ g | pg | r | x ] | 
| 127 | 127 | * @param array $atts Optional, additional key/value attributes to include in the IMG tag |