Removed deprecation in YAML component

This commit is contained in:
Saro0h 2015-03-30 23:50:18 +02:00
parent 5f42822f3b
commit 9bd47ce06c

View File

@ -19,15 +19,6 @@ namespace Symfony\Component\Yaml;
*/
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.
*/