Completed
Push — develop ( 77c7ee...7f9fca )
by Boy
05:34 queued 02:31
created
src/CMPayments/JsonLint/JsonLinter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -506,7 +506,7 @@
 block discarded – undo
506 506
             case 17:
507 507
                 if ($this->flags & self::PARSE_TO_ASSOC) {
508 508
 
509
-                    $yVal->token =& $tokens[$len - 2];
509
+                    $yVal->token = & $tokens[$len - 2];
510 510
                     $key         = $tokens[$len][0];
511 511
 
512 512
                     if (($this->flags & self::DETECT_KEY_CONFLICTS) && isset($tokens[$len - 2][$key])) {
Please login to merge, or discard this patch.