Passed
Pull Request — develop (#2)
by Andreas
02:26
created
src/JSONCatalogReader.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 
65 65
             // handle read errors
66 66
             if ($json === false) {
67
-               throw new CatalogException(sprintf("Failed to read %s", $this->catalogFilePath));
67
+                throw new CatalogException(sprintf("Failed to read %s", $this->catalogFilePath));
68 68
             }
69 69
 
70 70
             $catalogData = $this->parseJSON($json);
Please login to merge, or discard this patch.