@@ -20,7 +20,6 @@ |
||
20 | 20 | * |
21 | 21 | * @param string $email The email address |
22 | 22 | * @param string $size Size in pixels, defaults to 80px [ 1 - 2048 ] |
23 | - * @param string $d Default imageset to use [ 404 | mm | identicon | monsterid | wavatar ] |
|
24 | 23 | * @param string $rating Maximum rating (inclusive) [ g | pg | r | x ] |
25 | 24 | * @param boole $img True to return a complete IMG tag False for just the URL |
26 | 25 | * @param array $atts Optional, additional key/value attributes to include in the IMG tag |
@@ -32,7 +32,6 @@ discard block |
||
32 | 32 | /** |
33 | 33 | * Description. |
34 | 34 | * |
35 | - * @param datatype $variable Description |
|
36 | 35 | * |
37 | 36 | * @throws Exception |
38 | 37 | * |
@@ -54,7 +53,6 @@ discard block |
||
54 | 53 | /** |
55 | 54 | * Description. |
56 | 55 | * |
57 | - * @param datatype $variable Description |
|
58 | 56 | * |
59 | 57 | * @throws Exception |
60 | 58 | * |
@@ -83,7 +81,6 @@ discard block |
||
83 | 81 | /** |
84 | 82 | * Description. |
85 | 83 | * |
86 | - * @param datatype $variable Description |
|
87 | 84 | * |
88 | 85 | * @throws Exception |
89 | 86 | * |
@@ -134,7 +131,6 @@ discard block |
||
134 | 131 | /** |
135 | 132 | * Description. |
136 | 133 | * |
137 | - * @param datatype $variable Description |
|
138 | 134 | * |
139 | 135 | * @throws Exception |
140 | 136 | * |
@@ -148,7 +144,6 @@ discard block |
||
148 | 144 | /** |
149 | 145 | * Description. |
150 | 146 | * |
151 | - * @param datatype $variable Description |
|
152 | 147 | * |
153 | 148 | * @throws Exception |
154 | 149 | * |
@@ -168,11 +163,10 @@ discard block |
||
168 | 163 | /** |
169 | 164 | * Description. |
170 | 165 | * |
171 | - * @param datatype $variable Description |
|
172 | 166 | * |
173 | 167 | * @throws Exception |
174 | 168 | * |
175 | - * @return void |
|
169 | + * @return User |
|
176 | 170 | */ |
177 | 171 | public function getIDByUser($userInput) |
178 | 172 | { |
@@ -186,7 +180,6 @@ discard block |
||
186 | 180 | /** |
187 | 181 | * Description. |
188 | 182 | * |
189 | - * @param datatype $variable Description |
|
190 | 183 | * |
191 | 184 | * @throws Exception |
192 | 185 | * |