Skip to content

Commit 8e0afa9

Browse files
Should fix static analysis
1 parent f1de325 commit 8e0afa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CacheAwareConnectionProxy.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function __call($method, $arguments)
229229
*/
230230
protected function returnResultsUsingFlexible(string $query, string $key, array $bindings, bool $useReadPdo): mixed
231231
{
232-
return $this->repository
232+
return $this->repository // @phpstan-ignore-line
233233
->flexible($key, $this->ttl, function () use ($query, $bindings, $key, $useReadPdo): mixed {
234234
$results = $this->connection->select($query, $bindings, $useReadPdo);
235235

0 commit comments

Comments
 (0)