We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095e919 commit 7f0fa38Copy full SHA for 7f0fa38
src/redis/src/Redis.php
@@ -53,7 +53,7 @@ public function __call($name, $arguments)
53
);
54
55
if ($hasContextConnection) {
56
- return $hasError ? null : $result;
+ return $hasError ? null : $result; // @phpstan-ignore-line
57
}
58
59
// Release connection.
@@ -67,7 +67,7 @@ public function __call($name, $arguments)
67
$this->releaseContextConnection();
68
});
69
70
71
72
73
// Release the connection after command executed.
0 commit comments