Completed
Pull Request — develop (#114)
by Filip
13:58
created
src/Parser/Json.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     protected function parse($data = null, $filename = null)
52 52
     {
53 53
         if (json_last_error() !== JSON_ERROR_NONE) {
54
-            $error_message  = 'Syntax error';
54
+            $error_message = 'Syntax error';
55 55
             if (function_exists('json_last_error_msg')) {
56 56
                 $error_message = json_last_error_msg();
57 57
             }
Please login to merge, or discard this patch.