@@ -235,7 +235,7 @@ |
||
| 235 | 235 | |
| 236 | 236 | /** |
| 237 | 237 | * @param Event $event |
| 238 | - * @return bool|string|array |
|
| 238 | + * @return boolean|null |
|
| 239 | 239 | */ |
| 240 | 240 | public function onInvalidTags($event) |
| 241 | 241 | { |
@@ -22,7 +22,6 @@ |
||
| 22 | 22 | use yii\behaviors\AttributeBehavior; |
| 23 | 23 | use yii\caching\TagDependency; |
| 24 | 24 | use yii\db\ActiveRecord; |
| 25 | -use yii\widgets\ActiveForm; |
|
| 26 | 25 | |
| 27 | 26 | /** |
| 28 | 27 | * Common User Model. |