Skip to content

Commit e76b263

Browse files
fixed liniting issues
1 parent 361fe85 commit e76b263

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Handler/Command.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ public function verifyCommandToken(string $commandToken): array|false
5252
return false;
5353
}
5454

55+
/**
56+
* @var array<string, mixed> $payload
57+
*/
5558
$payload = json_decode($payloadJson, true);
5659
if ($payload === null) {
5760
error_log('commands.verifyCommandToken: invalid JSON decoding');

0 commit comments

Comments
 (0)