Skip to content

Commit 59b1574

Browse files
authored
Fix namespace to exclude ApiPlatform test HttpClient from instrumentation (#277)
1 parent 9637c99 commit 59b1574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpClientInstrumentation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class HttpClientInstrumentation
2424
*/
2525
const SYNCHRONOUS_CLIENTS = [
2626
/** @psalm-suppress UndefinedClass */
27-
'\ApiPlatform\Symfony\Bundle\Test\Client',
27+
'ApiPlatform\Symfony\Bundle\Test\Client',
2828
];
2929

3030
public static function supportsProgress(string $class): bool

0 commit comments

Comments
 (0)