@@ -126,9 +126,9 @@ |
||
| 126 | 126 | return $unserializedData; |
| 127 | 127 | } |
| 128 | 128 | |
| 129 | - $callback = function ($matches) { |
|
| 129 | + $callback = function($matches) { |
|
| 130 | 130 | $matches[2] = trim(preg_replace('/\s\s+/', ' ', $matches[2])); |
| 131 | - return 's:' . mb_strlen($matches[2]) . ':"' . $matches[2] . '";'; |
|
| 131 | + return 's:'.mb_strlen($matches[2]).':"'.$matches[2].'";'; |
|
| 132 | 132 | }; |
| 133 | 133 | |
| 134 | 134 | // Check if $data is not null |