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.
1 parent 5c75670 commit cebeb1cCopy full SHA for cebeb1c
src/PhpGenerator/Dumper.php
@@ -62,7 +62,7 @@ private function dumpVar(mixed &$var, array $parents = [], int $level = 0, int $
62
63
private function dumpString(string $s): string
64
{
65
- static $special = [
+ $special = [
66
"\r" => '\r',
67
"\n" => '\n',
68
"\t" => '\t',
0 commit comments