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.
2 parents 8e1d3ab + cc45cd0 commit 70b52eeCopy full SHA for 70b52ee
src/ProxyClient/MultiplexerClient.php
@@ -156,8 +156,6 @@ private function getProxyClients(string $interface): array
156
return array_filter(
157
$this->proxyClients,
158
static function (ProxyClient $proxyClient) use ($interface) {
159
- // https://github.com/phpstan/phpstan/issues/8464
160
- // @phpstan-ignore-next-line
161
return is_subclass_of($proxyClient, $interface);
162
}
163
);
0 commit comments