Passed
Pull Request — master (#26)
by Nate
07:26
created
src/Internal/JsonDecodeReader.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
                 break;
77 77
             default:
78 78
                 $this->stack[$this->stackSize] = null;
79
-                $this->stackTypes[$this->stackSize++] = JsonToken::NULL;
79
+                $this->stackTypes[$this->stackSize++] = JsonToken::null;
80 80
         }
81 81
     }
82 82
 
Please login to merge, or discard this patch.