From c4c75143163447cdcc6c7f89f5a252877952ac1d Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Tue, 23 Aug 2022 20:59:19 +0100 Subject: [PATCH] Run Laravel Pint --- tests/Feature/TokenServiceTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Feature/TokenServiceTest.php b/tests/Feature/TokenServiceTest.php index 97e2328a..d5e3136d 100644 --- a/tests/Feature/TokenServiceTest.php +++ b/tests/Feature/TokenServiceTest.php @@ -39,6 +39,7 @@ class TokenServiceTest extends TestCase /** * @test + * * @throws \Exception */ public function tokensWithDifferentSigningKeyThrowsException(): void