Completed
Pull Request — master (#48)
by Timothée
06:12 queued 03:02
created
src/Json/JsonContext.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
         $this->jsonInspector->validateJson(
146 146
             new JsonSchema(
147 147
                 file_get_contents($filename),
148
-                'file://' . $filename
148
+                'file://'.$filename
149 149
             )
150 150
         );
151 151
     }
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
             ));
190 190
         }
191 191
 
192
-        $filename = $this->jsonSchemaBaseUrl . '/' . $filename;
192
+        $filename = $this->jsonSchemaBaseUrl.'/'.$filename;
193 193
 
194 194
         if (false === is_file($filename)) {
195 195
             throw new \RuntimeException(sprintf(
Please login to merge, or discard this patch.