feature #14119 Removed deprecation in YAML component (saro0h)

This PR was merged into the 3.0-dev branch.

Discussion
----------

Removed deprecation in YAML component

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | ~
| License       | MIT
| Doc PR        | ~

Commits
-------

9bd47ce Removed deprecation in YAML component
This commit is contained in:
Fabien Potencier 2015-03-31 09:59:16 +02:00
commit aec88f46e1

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.
*/