Skip to content

Commit 70b52ee

Browse files
authored
Merge pull request #596 from jdreesen/patch-1
Remove outdated phpstan ignore
2 parents 8e1d3ab + cc45cd0 commit 70b52ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ProxyClient/MultiplexerClient.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ private function getProxyClients(string $interface): array
156156
return array_filter(
157157
$this->proxyClients,
158158
static function (ProxyClient $proxyClient) use ($interface) {
159-
// https://github.com/phpstan/phpstan/issues/8464
160-
// @phpstan-ignore-next-line
161159
return is_subclass_of($proxyClient, $interface);
162160
}
163161
);

0 commit comments

Comments
 (0)