Skip to content

Remove outdated phpstan ignore #596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/ProxyClient/MultiplexerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,7 @@
return array_filter(
$this->proxyClients,
static function (ProxyClient $proxyClient) use ($interface) {
// https://github.com/phpstan/phpstan/issues/8464
// @phpstan-ignore-next-line
return is_subclass_of($proxyClient, $interface);

Check failure on line 159 in src/ProxyClient/MultiplexerClient.php

View workflow job for this annotation

GitHub Actions / PHPStan

Call to function is_subclass_of() with FOS\HttpCache\ProxyClient\ProxyClient and string will always evaluate to true.
}
);
}
Expand Down
Loading