@@ -87,7 +87,7 @@ |
||
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"); |