Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9bd47ce

Browse filesBrowse files
committed
Removed deprecation in YAML component
1 parent 5f42822 commit 9bd47ce
Copy full SHA for 9bd47ce

File tree

1 file changed

+0
-9
lines changed
Filter options

1 file changed

+0
-9
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Yaml/Unescaper.php
-9Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.