Completed
Push — master ( 9a0752...0003b1 )
by Stéphane
8s
created
src/Utils.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -91,9 +91,9 @@
 block discarded – undo
91 91
 
92 92
         if (json_last_error() !== JSON_ERROR_NONE) {
93 93
             throw new JsonDecodeException(sprintf(
94
-               'Cannot decode JSON from file "%s" (error: %s)',
95
-               $filePath,
96
-               static::lastJsonErrorMessage()
94
+                'Cannot decode JSON from file "%s" (error: %s)',
95
+                $filePath,
96
+                static::lastJsonErrorMessage()
97 97
             ));
98 98
         }
99 99
 
Please login to merge, or discard this patch.