We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@experimental
1 parent bd17d50 commit 0b751d9Copy full SHA for 0b751d9
Tag/TaggedValue.php
@@ -14,8 +14,6 @@
14
/**
15
* @author Nicolas Grekas <[email protected]>
16
* @author Guilhem N. <[email protected]>
17
- *
18
- * @experimental in version 3.3
19
*/
20
final class TaggedValue
21
{
Yaml.php
@@ -29,14 +29,10 @@ class Yaml
29
const DUMP_OBJECT_AS_MAP = 64;
30
const DUMP_MULTI_LINE_LITERAL_BLOCK = 128;
31
const PARSE_CONSTANT = 256;
32
+ const PARSE_CUSTOM_TAGS = 512;
33
const DUMP_EMPTY_ARRAY_AS_SEQUENCE = 1024;
34
const PARSE_KEYS_AS_STRINGS = 2048;
35
- /**
36
37
- */
38
- const PARSE_CUSTOM_TAGS = 512;
39
-
40
41
* Parses YAML into a PHP value.
42
*
0 commit comments