Completed
Pull Request — master (#44)
by Timothy
02:25
created
src/Middleware/JsonSchema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,6 +126,6 @@
 block discarded – undo
126 126
             return $path;
127 127
         }
128 128
 
129
-        return 'file://' . $path;
129
+        return 'file://'.$path;
130 130
     }
131 131
 }
Please login to merge, or discard this patch.