private static function dumpNull(int $flags) : string { if (Yaml::DUMP_NULL_AS_TILDE & $flags) { return '~'; } return 'null'; }