From 3953d769541113b20e1bafe5a42e39b493b18f12 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 20 Feb 2017 07:42:42 +0100 Subject: [PATCH] fix DUMP_EMPTY_ARRAY_AS_SEQUENCE flag value --- src/Symfony/Component/Yaml/Yaml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Yaml/Yaml.php b/src/Symfony/Component/Yaml/Yaml.php index f96c0e60ec..f88f0a51c3 100644 --- a/src/Symfony/Component/Yaml/Yaml.php +++ b/src/Symfony/Component/Yaml/Yaml.php @@ -29,7 +29,7 @@ class Yaml const DUMP_OBJECT_AS_MAP = 64; const DUMP_MULTI_LINE_LITERAL_BLOCK = 128; const PARSE_CONSTANT = 256; - const DUMP_EMPTY_ARRAY_AS_SEQUENCE = 512; + const DUMP_EMPTY_ARRAY_AS_SEQUENCE = 1024; /** * @experimental in version 3.3