Completed
Push — master ( 7ed7a5...81c0a0 )
by Marcel
02:17
created
src/Internal/Input.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 
7 7
 class Input
8 8
 {
9
-    private const SCHEMA_PATH = __DIR__ . '/../../spec/request.json';
9
+    private const SCHEMA_PATH = __DIR__.'/../../spec/request.json';
10 10
 
11 11
     /**
12 12
      * @var Guard
Please login to merge, or discard this patch.