Skip to content

Commit 474047d

Browse files
kewlashubshaffer
andauthored
chore: remove leading backslashes in imports (#301)
Co-authored-by: Brent Shaffer <betterbrent@google.com>
1 parent 7b4f4d2 commit 474047d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/JWT.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace Firebase\JWT;
44

5-
use \DomainException;
6-
use \InvalidArgumentException;
7-
use \UnexpectedValueException;
8-
use \DateTime;
5+
use DomainException;
6+
use InvalidArgumentException;
7+
use UnexpectedValueException;
8+
use DateTime;
99

1010
/**
1111
* JSON Web Token implementation, based on this spec:

0 commit comments

Comments
 (0)