@@ -214,9 +214,9 @@ |
||
214 | 214 | /** |
215 | 215 | * Gets one or all plural translations. |
216 | 216 | * |
217 | - * @param int|null $key The key to return. If is null, return all translations |
|
217 | + * @param integer $key The key to return. If is null, return all translations |
|
218 | 218 | * |
219 | - * @return string|array |
|
219 | + * @return string |
|
220 | 220 | */ |
221 | 221 | public function getPluralTranslation($key = 0) |
222 | 222 | { |