@@ -85,6 +85,7 @@ |
||
| 85 | 85 | |
| 86 | 86 | /** |
| 87 | 87 | * @param mixed $config |
| 88 | + * @param \yii\base\Module|null $module |
|
| 88 | 89 | * @return array Oauth server configuration |
| 89 | 90 | * @since 1.0.0 |
| 90 | 91 | */ |
@@ -326,7 +326,7 @@ |
||
| 326 | 326 | /** |
| 327 | 327 | * Display an error page |
| 328 | 328 | * |
| 329 | - * @return Response | string |
|
| 329 | + * @return string | string |
|
| 330 | 330 | * @since 1.0.0 |
| 331 | 331 | */ |
| 332 | 332 | public function actionError() |