Completed
Push — master ( 7fcbe3...50e2ca )
by Guillaume
23:24
created
Tests/Manager/JwtManagerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
         );
38 38
 
39 39
         $mockHandler = new MockHandler([
40
-            function (RequestInterface $request) {
40
+            function(RequestInterface $request) {
41 41
                 $this->assertTrue($request->hasHeader('Authorization'));
42 42
                 $this->assertSame(
43 43
                     sprintf(JwtMiddleware::AUTH_BEARER, 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9'),
Please login to merge, or discard this patch.