Skip to content

Commit 0b751d9

Browse files
[DI/Yaml] Remove @experimental flag from "instanceof" and "prototype"
1 parent bd17d50 commit 0b751d9

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Tag/TaggedValue.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
/**
1515
* @author Nicolas Grekas <[email protected]>
1616
* @author Guilhem N. <[email protected]>
17-
*
18-
* @experimental in version 3.3
1917
*/
2018
final class TaggedValue
2119
{

Yaml.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,10 @@ class Yaml
2929
const DUMP_OBJECT_AS_MAP = 64;
3030
const DUMP_MULTI_LINE_LITERAL_BLOCK = 128;
3131
const PARSE_CONSTANT = 256;
32+
const PARSE_CUSTOM_TAGS = 512;
3233
const DUMP_EMPTY_ARRAY_AS_SEQUENCE = 1024;
3334
const PARSE_KEYS_AS_STRINGS = 2048;
3435

35-
/**
36-
* @experimental in version 3.3
37-
*/
38-
const PARSE_CUSTOM_TAGS = 512;
39-
4036
/**
4137
* Parses YAML into a PHP value.
4238
*

0 commit comments

Comments
 (0)