Completed
Push — master ( 954646...a87a0a )
by Guillaume
9s
created
Tests/Manager/JwtManagerTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
     public function testGetToken()
23 23
     {
24 24
         $mockHandler = new MockHandler([
25
-            function (RequestInterface $request) {
25
+            function(RequestInterface $request) {
26 26
 
27 27
                 $this->assertTrue($request->hasHeader('timeout'));
28 28
                 $this->assertEquals(
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
     public function testGetTokenWithTokenKeyOption()
61 61
     {
62 62
         $mockHandler = new MockHandler([
63
-            function (RequestInterface $request) {
63
+            function(RequestInterface $request) {
64 64
 
65 65
                 $this->assertTrue($request->hasHeader('timeout'));
66 66
                 $this->assertEquals(
Please login to merge, or discard this patch.