8000 Removed deprecation in YAML component · symfony/symfony@9bd47ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 9bd47ce

Browse files
committed
Removed deprecation in YAML component
1 parent 5f42822 commit 9bd47ce

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Symfony/Component/Yaml/Unescaper.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@
1919
*/
2020
class Unescaper
2121
{
22-
/**
23-
* Parser and Inline assume UTF-8 encoding, so escaped Unicode characters
24-
* must be converted to that encoding.
25-
*
26-
* @deprecated since version 2.5, to be removed in 3.0
27-
* @internal
28-
*/
29-
const ENCODING = 'UTF-8';
30-
3122
/**
3223
* Regex fragment that matches an escaped character in a double quoted string.
3324
*/

0 commit comments

Comments
 (0)
0