Passed
Branch feature/base (a608aa)
by Andreas
05:04 queued 02:31
created
src/JSONCatalogProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
         $catalogData = json_decode($json, true);
88 88
 
89 89
         // handle errors
90
-        switch(json_last_error()) {
90
+        switch (json_last_error()) {
91 91
 
92 92
             case JSON_ERROR_DEPTH:
93 93
                 throw new JSONException("The maximum stack depth has been exceeded");
Please login to merge, or discard this patch.