Skip to content

Commit

Permalink
Removed deprecation in YAML component
Browse files Browse the repository at this point in the history
  • Loading branch information
saro0h committed Mar 30, 2015
1 parent 5f42822 commit 9bd47ce
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/Symfony/Component/Yaml/Unescaper.php
Expand Up @@ -19,15 +19,6 @@
*/
class Unescaper
{
/**
* Parser and Inline assume UTF-8 encoding, so escaped Unicode characters
* must be converted to that encoding.
*
* @deprecated since version 2.5, to be removed in 3.0
* @internal
*/
const ENCODING = 'UTF-8';

/**
* Regex fragment that matches an escaped character in a double quoted string.
*/
Expand Down

0 comments on commit 9bd47ce

Please sign in to comment.