Completed
Push — master ( 386146...a2d301 )
by John
07:40
created
src/Document/RefResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
     {
198 198
         $exception = new ResourceNotReadableException("Failed reading '$uri'");
199 199
 
200
-        set_error_handler(function () use ($exception) {
200
+        set_error_handler(function() use ($exception) {
201 201
             throw $exception;
202 202
         });
203 203
         $response = file_get_contents($uri);
Please login to merge, or discard this patch.
src/Tests/Request/RequestProcessorTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
 
91 91
         $operationDefinition = [
92 92
             'parameters' => (object)[
93
-                (object) [
93
+                (object)[
94 94
                     'name' => 'myContent',
95 95
                     'in'   => 'body'
96 96
                 ]
Please login to merge, or discard this patch.