Completed
Push — master ( 7f241c...f5ca55 )
by Patrick
03:36 queued 01:14
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.
tests/bootstrap.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * A script containing any set-up steps required for PHPUnit testing.
5
- */
3
+     * @file
4
+     * A script containing any set-up steps required for PHPUnit testing.
5
+     */
6 6
 
7 7
 require __DIR__ . '/../vendor/autoload.php';
Please login to merge, or discard this patch.