Skip to content

Commit cebeb1c

Browse files
committed
cs
1 parent 5c75670 commit cebeb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpGenerator/Dumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ private function dumpVar(mixed &$var, array $parents = [], int $level = 0, int $
6262

6363
private function dumpString(string $s): string
6464
{
65-
static $special = [
65+
$special = [
6666
"\r" => '\r',
6767
"\n" => '\n',
6868
"\t" => '\t',

0 commit comments

Comments
 (0)