Completed
Pull Request — master (#8)
by
unknown
10:02
created
Tests/JwtMiddlewareTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
         );
37 37
 
38 38
         $mockHandler = new MockHandler([
39
-            function (RequestInterface $request) {
39
+            function(RequestInterface $request) {
40 40
                 $this->assertTrue($request->hasHeader('Authorization'));
41 41
                 $this->assertSame(
42 42
                     'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9',
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
         );
75 75
 
76 76
         $mockHandler = new MockHandler([
77
-            function (RequestInterface $request) {
77
+            function(RequestInterface $request) {
78 78
                 $this->assertTrue($request->hasHeader('Authorization'));
79 79
                 $this->assertSame(
80 80
                     'JWT eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9',
Please login to merge, or discard this patch.