Passed
Push — develop ( 415154...b14201 )
by Andreas
03:08
created
src/JSONCatalogProvider.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.