Passed
Push — main ( 1ab136...6b834d )
by Степанов
02:00
created
src/Query/Expression/ConditionFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 
19 19
     public function create(QueryBuilder $qb, string $tableAliasAndColumnName, string $expr): Condition
20 20
     {
21
-        [$cacheKey,] = CacheKeyGenerator::generate(self::CACHE_KEY, $tableAliasAndColumnName, ['expr' => $expr]);
21
+        [$cacheKey, ] = CacheKeyGenerator::generate(self::CACHE_KEY, $tableAliasAndColumnName, ['expr' => $expr]);
22 22
         /** @var Condition|null $condition */
23 23
         $condition = $this->cache?->get($cacheKey);
24 24
 
Please login to merge, or discard this patch.