We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72feb69 + 8cccc7d commit e566070Copy full SHA for e566070
Internal/Exporter.php
@@ -222,14 +222,14 @@ public static function export($value, $indent = '')
222
));
223
224
if ("'" === $m[2]) {
225
- return substr($m[1], 0, -2);
+ return substr($m[1], 0, -2);
226
}
227
228
if ('n".\'' === substr($m[1], -4)) {
229
- return substr_replace($m[1], "\n".$subIndent.".'".$m[2], -2);
+ return substr_replace($m[1], "\n".$subIndent.".'".$m[2], -2);
230
231
232
- return $m[1].$m[2];
+ return $m[1].$m[2];
233
}, $code, -1, $count);
234
235
if ($count && 0 === strpos($code, "''.")) {
0 commit comments