@@ -25,8 +25,8 @@ |
||
| 25 | 25 | } |
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | - * @param $email |
|
| 29 | - * @param $password |
|
| 28 | + * @param string $email |
|
| 29 | + * @param string $password |
|
| 30 | 30 | * @return array |
| 31 | 31 | */ |
| 32 | 32 | protected function formParams($email, $password) |
@@ -72,7 +72,7 @@ |
||
| 72 | 72 | /** |
| 73 | 73 | * Logs out the current user. |
| 74 | 74 | * |
| 75 | - * @return mixed |
|
| 75 | + * @return \yii\web\Response |
|
| 76 | 76 | */ |
| 77 | 77 | public function actionLogout() |
| 78 | 78 | { |
@@ -113,7 +113,7 @@ |
||
| 113 | 113 | /** |
| 114 | 114 | * Deletes an existing User model. |
| 115 | 115 | * This delete set status blocked, is successful, logout and the browser will be redirected to the 'home' page. |
| 116 | - * @return mixed |
|
| 116 | + * @return Response |
|
| 117 | 117 | */ |
| 118 | 118 | public function actionDelete() |
| 119 | 119 | { |
@@ -311,7 +311,7 @@ discard block |
||
| 311 | 311 | } |
| 312 | 312 | |
| 313 | 313 | /** |
| 314 | - * @return array |
|
| 314 | + * @return string[] |
|
| 315 | 315 | */ |
| 316 | 316 | public static function getStatusesArray() |
| 317 | 317 | { |
@@ -324,7 +324,7 @@ discard block |
||
| 324 | 324 | } |
| 325 | 325 | |
| 326 | 326 | /** |
| 327 | - * @return mixed |
|
| 327 | + * @return string |
|
| 328 | 328 | */ |
| 329 | 329 | public function getStatusName() |
| 330 | 330 | { |
@@ -342,7 +342,7 @@ discard block |
||
| 342 | 342 | } |
| 343 | 343 | |
| 344 | 344 | /** |
| 345 | - * @return array |
|
| 345 | + * @return string[] |
|
| 346 | 346 | */ |
| 347 | 347 | public static function getLabelsArray() |
| 348 | 348 | { |
@@ -384,7 +384,7 @@ discard block |
||
| 384 | 384 | |
| 385 | 385 | /** |
| 386 | 386 | * Returns an array of log types |
| 387 | - * @return array |
|
| 387 | + * @return string[] |
|
| 388 | 388 | */ |
| 389 | 389 | public static function getRegistrationTypesArray() |
| 390 | 390 | { |