Completed
Push — master ( f5ca55...f7ed19 )
by Patrick
05:51
created
tests/MockOAuth2Server.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      */
24 24
     public function getHandler()
25 25
     {
26
-        return new MockHandler(function (array $request) {
26
+        return new MockHandler(function(array $request) {
27 27
             return $this->getResult($request);
28 28
         });
29 29
     }
Please login to merge, or discard this patch.