@@ -61,7 +61,7 @@ discard block |
||
| 61 | 61 | |
| 62 | 62 | $this->reset($missingValue); |
| 63 | 63 | |
| 64 | - return $head . $this->doFix(\rtrim($json), $silent) . $tail; |
|
| 64 | + return $head.$this->doFix(\rtrim($json), $silent).$tail; |
|
| 65 | 65 | } |
| 66 | 66 | |
| 67 | 67 | protected function trim($json) |
@@ -85,7 +85,7 @@ discard block |
||
| 85 | 85 | protected function quickFix($json) |
| 86 | 86 | { |
| 87 | 87 | if (\strlen($json) === 1 && isset($this->pairs[$json])) { |
| 88 | - return $json . $this->pairs[$json]; |
|
| 88 | + return $json.$this->pairs[$json]; |
|
| 89 | 89 | } |
| 90 | 90 | |
| 91 | 91 | if ($json[0] !== '"') { |