Skip to content

Commit fbef854

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Yaml/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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy