Skip to content

Commit da7158a

Browse files
Refactor: changed the order of use statements in JWT.php
1 parent a7037d6 commit da7158a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/JWT.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
namespace Ahc\Jwt;
1515

16-
use stdClass;
1716
use function array_merge;
1817
use function base64_decode;
1918
use function base64_encode;
@@ -31,6 +30,7 @@
3130
use function strtr;
3231
use function substr_count;
3332
use function time;
33+
use stdClass;
3434
use const JSON_UNESCAPED_SLASHES;
3535
use const OPENSSL_ALGO_SHA256;
3636
use const OPENSSL_ALGO_SHA384;

0 commit comments

Comments
 (0)