We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e55dcb commit 5db05edCopy full SHA for 5db05ed
src/Instrumentation/Symfony/src/HttpClientInstrumentation.php
@@ -24,7 +24,7 @@ final class HttpClientInstrumentation
24
*/
25
const SYNCHRONOUS_CLIENTS = [
26
/** @psalm-suppress UndefinedClass */
27
- '\ApiPlatform\Symfony\Bundle\Test\Client',
+ 'ApiPlatform\Symfony\Bundle\Test\Client',
28
];
29
30
public static function supportsProgress(string $class): bool
0 commit comments