[Yaml] mark the Inline class as internal

This commit is contained in:
Christian Flothmann 2016-02-09 20:49:29 +01:00
parent 80f3410da9
commit 09a54ef1b9

View File

@ -18,6 +18,8 @@ use Symfony\Component\Yaml\Exception\DumpException;
* Inline implements a YAML parser/dumper for the YAML inline syntax.
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @internal
*/
class Inline
{