@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | |
| 97 | 97 | $this->reset(); |
| 98 | 98 | |
| 99 | - return $head . $this->doFix($json) . $tail; |
|
| 99 | + return $head.$this->doFix($json).$tail; |
|
| 100 | 100 | } |
| 101 | 101 | |
| 102 | 102 | protected function trim($json) |
@@ -121,7 +121,7 @@ discard block |
||
| 121 | 121 | protected function quickFix($json) |
| 122 | 122 | { |
| 123 | 123 | if (\strlen($json) === 1 && isset($this->pairs[$json])) { |
| 124 | - return $json . $this->pairs[$json]; |
|
| 124 | + return $json.$this->pairs[$json]; |
|
| 125 | 125 | } |
| 126 | 126 | |
| 127 | 127 | if ($json[0] !== '"') { |