Skip to content

Commit

Permalink
Use string ref
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricziel committed Jun 16, 2024
1 parent e02873f commit 6f1f669
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class HttpClientInstrumentation
*/
const NON_SUPPORTED_CLIENTS = [
/** @psalm-suppress UndefinedClass */
\ApiPlatform\Symfony\Bundle\Test\Client::class,
'\ApiPlatform\Symfony\Bundle\Test\Client',
];

public static function isSupportedImplementation(string $class): bool
Expand Down

0 comments on commit 6f1f669

Please sign in to comment.