@@ -13,7 +13,6 @@ |
||
13 | 13 | use yii\db\PdoValue; |
14 | 14 | use yii\db\Query; |
15 | 15 | use yii\di\Instance; |
16 | -use yii\helpers\ArrayHelper; |
|
17 | 16 | |
18 | 17 | /** |
19 | 18 | * DbSession extends [[Session]] by using database as session data storage. |
@@ -773,7 +773,7 @@ |
||
773 | 773 | * @param string $pattern |
774 | 774 | * @param bool $caseSensitive |
775 | 775 | * @throws InvalidArgumentException |
776 | - * @return array with keys: (string) pattern, (int) flags, (int|bool) firstWildcard |
|
776 | + * @return string with keys: (string) pattern, (int) flags, (int|bool) firstWildcard |
|
777 | 777 | */ |
778 | 778 | private static function parseExcludePattern($pattern, $caseSensitive) |
779 | 779 | { |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use yii\db\ExpressionBuilderInterface; |
6 | 6 | use yii\db\ExpressionBuilderTrait; |
7 | 7 | use yii\db\ExpressionInterface; |
8 | -use yii\db\Query; |
|
9 | 8 | |
10 | 9 | /** |
11 | 10 | * Class NotConditionBuilder builds objects of [[SimpleCondition]] |