Completed
Push — master ( 6612d0...777946 )
by Daniel
03:01
created
source/CommonBasic.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
      */
149 149
     protected function setJsonErrorInPlainEnglish()
150 150
     {
151
-        $knownErrors  = [
151
+        $knownErrors = [
152 152
             JSON_ERROR_NONE           => null,
153 153
             JSON_ERROR_DEPTH          => 'Maximum stack depth exceeded',
154 154
             JSON_ERROR_STATE_MISMATCH => 'Underflow or the modes mismatch',
Please login to merge, or discard this patch.