Home
last modified time | relevance | path

Searched refs:DUMP_NULL_AS_TILDE (Results 1 – 3 of 3) sorted by relevance

/template/strap/vendor/symfony/yaml/
H A DYaml.php36 public const DUMP_NULL_AS_TILDE = 2048; define in Symfony\\Component\\Yaml\\Yaml
H A DCHANGELOG.md49 * Added support to dump `null` as `~` by using the `Yaml::DUMP_NULL_AS_TILDE` flag.
H A DInline.php254 if (Yaml::DUMP_NULL_AS_TILDE & $flags) {