8000 fixed CS · symfony/symfony@d923e35 · GitHub
[go: up one dir, main page]

Skip to content

Commit d923e35

Browse files
committed
fixed CS
1 parent 8ee21c7 commit d923e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Yaml/Inline.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public static function parseScalar($scalar, $flags = 0, $delimiters = null, $str
322322
}
323323

324324
if ($output && '%' === $output[0]) {
325-
@trigger_error(sprintf('Not quoting the scalar "%s" starting with the "%%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0.' , $output), E_USER_DEPRECATED);
325+
@trigger_error(sprintf('Not quoting the scalar "%s" starting with the "%%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0.', $output), E_USER_DEPRECATED);
326326
}
327327

328328
if ($evaluate) {

0 commit comments

Comments
 (0)
0