|
@@ -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.