Skip to content

Commit c0c6320

Browse files
pierredupxabbuh
authored andcommitted
[Yaml] Removed unused $nullAsTilde property
1 parent 9306691 commit c0c6320

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Inline.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class Inline
3333
private static $objectSupport = false;
3434
private static $objectForMap = false;
3535
private static $constantSupport = false;
36-
private static $nullAsTilde = false;
3736

3837
/**
3938
* @param int $flags
@@ -46,7 +45,6 @@ public static function initialize($flags, $parsedLineNumber = null, $parsedFilen
4645
self::$objectSupport = (bool) (Yaml::PARSE_OBJECT & $flags);
4746
self::$objectForMap = (bool) (Yaml::PARSE_OBJECT_FOR_MAP & $flags);
4847
self::$constantSupport = (bool) (Yaml::PARSE_CONSTANT & $flags);
49-
self::$nullAsTilde = (bool) (Yaml::DUMP_NULL_AS_TILDE & $flags);
5048
self::$parsedFilename = $parsedFilename;
5149

5250
if (null !== $parsedLineNumber) {

0 commit comments

Comments
 (0)