Completed
Pull Request — master (#15348)
by Dmitry
10:25
created
framework/db/QueryBuilder.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1270,7 +1270,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
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
 /**
Please login to merge, or discard this patch.