@@ -1270,7 +1270,7 @@ |
||
1270 | 1270 | * TODO: docs |
1271 | 1271 | * |
1272 | 1272 | * @param array $condition |
1273 | - * @return string |
|
1273 | + * @return ConditionInterface |
|
1274 | 1274 | * @since 2.0.14 |
1275 | 1275 | */ |
1276 | 1276 | protected function createConditionFromArray($condition, &$params) |
@@ -11,7 +11,6 @@ |
||
11 | 11 | use yii\base\NotSupportedException; |
12 | 12 | use yii\db\conditions\ConditionInterface; |
13 | 13 | use yii\db\conditions\HashCondition; |
14 | -use yii\helpers\ArrayHelper; |
|
15 | 14 | use yii\helpers\StringHelper; |
16 | 15 | |
17 | 16 | /** |