Skip to content

Commit c24bd82

Browse files
committed
fixed styling again
1 parent 1a01849 commit c24bd82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Instrumentation/AwsSdk/src/AwsSdkInstrumentation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ public static function register(): void
3434
* ② Intercept the low‑level `execute` call that actually
3535
* performs the HTTP request and has the Command object.
3636
*/
37-
/** @psalm-suppress UnusedFunctionCall */
38-
hook(
37+
/** @psalm-suppress UnusedFunctionCall */
38+
hook(
3939
AwsClient::class,
4040
'execute',
4141
pre: static function (

0 commit comments

Comments
 (0)