Skip to content

Commit

Permalink
Fix namespace to exclude ApiPlatform test HttpClient from instrumenta…
Browse files Browse the repository at this point in the history
…tion (#277)
  • Loading branch information
ralfkuehnel authored Jul 1, 2024
1 parent 5e55dcb commit 5db05ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final class HttpClientInstrumentation
*/
const SYNCHRONOUS_CLIENTS = [
/** @psalm-suppress UndefinedClass */
'\ApiPlatform\Symfony\Bundle\Test\Client',
'ApiPlatform\Symfony\Bundle\Test\Client',
];

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

0 comments on commit 5db05ed

Please sign in to comment.