Skip to content

Commit fb23873

Browse files
committed
[Yaml] removed deprecation notices on internal constant
1 parent 8d4fcc0 commit fb23873

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

src/Symfony/Component/Yaml/Deprecated/Unescaper.php

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/Symfony/Component/Yaml/Unescaper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Unescaper
2727
*
2828
* @deprecated since version 2.5, to be removed in 3.0
2929
*/
30-
const ENCODING = Deprecated::ENCODING;
30+
const ENCODING = 'UTF-8';
3131

3232
/**
3333
* Regex fragment that matches an escaped character in a double quoted string.

0 commit comments

Comments
 (0)