10000 fix DUMP_EMPTY_ARRAY_AS_SEQUENCE flag value · symfony/symfony@3953d76 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3953d76

Browse files
committed
fix DUMP_EMPTY_ARRAY_AS_SEQUENCE flag value
1 parent 5037c2a commit 3953d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Yaml/Yaml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Yaml
2929
const DUMP_OBJECT_AS_MAP = 64;
3030
const DUMP_MULTI_LINE_LITERAL_BLOCK = 128;
3131
const PARSE_CONSTANT = 256;
32-
const DUMP_EMPTY_ARRAY_AS_SEQUENCE = 512;
32+
const DUMP_EMPTY_ARRAY_AS_SEQUENCE = 1024;
3333

3434
/**
3535
* @experimental in version 3.3

0 commit comments

Comments
 (0)
0