Skip to content

Commit fbf854a

Browse files
committed
CS: unalign =>
1 parent e6362a7 commit fbf854a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Translation/PhpStringTokenParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class PhpStringTokenParser
5151
{
5252
protected static $replacements = array(
5353
'\\' => '\\',
54-
'$' => '$',
54+
'$' => '$',
5555
'n' => "\n",
5656
'r' => "\r",
5757
't' => "\t",

0 commit comments

Comments
 (0)