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 1a01849 commit c24bd82Copy full SHA for c24bd82
src/Instrumentation/AwsSdk/src/AwsSdkInstrumentation.php
@@ -34,8 +34,8 @@ public static function register(): void
34
* ② Intercept the low‑level `execute` call that actually
35
* performs the HTTP request and has the Command object.
36
*/
37
- /** @psalm-suppress UnusedFunctionCall */
38
- hook(
+ /** @psalm-suppress UnusedFunctionCall */
+ hook(
39
AwsClient::class,
40
'execute',
41
pre: static function (
0 commit comments