From 7072ad3bf5d759e521fff7ed3db4223667bd8d84 Mon Sep 17 00:00:00 2001 From: RobDWaller Date: Thu, 21 Nov 2019 07:33:43 +0000 Subject: [PATCH] Applied PSR-12 code lint fixes to broken test files. --- tests/Helper/RequestTest.php | 4 ++-- tests/Parser/ParseExceptionTest.php | 2 +- tests/Parser/RequestTest.php | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/Helper/RequestTest.php b/tests/Helper/RequestTest.php index 022618c..c390bec 100644 --- a/tests/Helper/RequestTest.php +++ b/tests/Helper/RequestTest.php @@ -16,7 +16,7 @@ class RequestTest extends TestCase 'wIjoxNTczNzE2NDA3LCJpYXQiOjE1NzM3MTU1MDcsInVzZXJfaWQiOiIzMTM4NjE2MiJ9.' . '9Es0wWdByOQAU8WfcufxgRa9GEYwLefhRzclwWcgVCQ'; - /** + /** * @covers PsrJwt\Helper\Request */ public function testRequest() @@ -26,7 +26,7 @@ public function testRequest() $this->assertInstanceOf(Request::class, $request); } - /** + /** * @covers PsrJwt\Helper\Request::getParsedToken * @uses PsrJwt\Factory\Jwt * @uses PsrJwt\Parser\Bearer diff --git a/tests/Parser/ParseExceptionTest.php b/tests/Parser/ParseExceptionTest.php index 117da48..5918501 100644 --- a/tests/Parser/ParseExceptionTest.php +++ b/tests/Parser/ParseExceptionTest.php @@ -7,7 +7,7 @@ class ParseExceptionTest extends TestCase { - /** + /** * @covers PsrJwt\Parser\ParseException */ public function testParseException() diff --git a/tests/Parser/RequestTest.php b/tests/Parser/RequestTest.php index 0396107..04df038 100644 --- a/tests/Parser/RequestTest.php +++ b/tests/Parser/RequestTest.php @@ -10,7 +10,7 @@ class RequestTest extends TestCase { - /** + /** * @covers PsrJwt\Parser\Request * @uses PsrJwt\Parser\Parse */ @@ -23,7 +23,7 @@ public function testRequest() $this->assertInstanceOf(Request::class, $request); } - /** + /** * @covers PsrJwt\Parser\Request::parse * @uses PsrJwt\Parser\Request * @uses PsrJwt\Parser\Bearer @@ -48,7 +48,7 @@ public function testParse() $this->assertSame('abcdef.123.abcdef', $request->parse($httpRequest, 'jwt')); } - /** + /** * @covers PsrJwt\Parser\Request::parse * @uses PsrJwt\Parser\Request * @uses PsrJwt\Parser\Bearer