@@ -37,7 +37,7 @@ |
||
| 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'), |