@@ -129,7 +129,7 @@ discard block |
||
| 129 | 129 | |
| 130 | 130 | /** |
| 131 | 131 | * Returns the old key value of the object |
| 132 | - * @return mixed|null |
|
| 132 | + * @return string |
|
| 133 | 133 | * @since XXX |
| 134 | 134 | */ |
| 135 | 135 | public function getOldKey() |
@@ -217,7 +217,7 @@ discard block |
||
| 217 | 217 | * If this record is the result of a query and the attribute is not loaded, |
| 218 | 218 | * null will be returned. |
| 219 | 219 | * @param string $name the attribute name |
| 220 | - * @return mixed the old attribute value. Null if the attribute is not loaded before |
|
| 220 | + * @return string the old attribute value. Null if the attribute is not loaded before |
|
| 221 | 221 | * or does not exist. |
| 222 | 222 | * @see hasAttribute() |
| 223 | 223 | */ |
@@ -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 XXX |
| 90 | 91 | */ |