Removing reference to deprecated YAML component constant that is ignored after symfony 3.4
This commit is contained in:
parent
76e2155fb3
commit
bb994b9e70
1 changed files with 0 additions and 4 deletions
|
@ -806,10 +806,6 @@ class YamlDriver extends FileDriver
|
||||||
*/
|
*/
|
||||||
protected function loadMappingFile($file)
|
protected function loadMappingFile($file)
|
||||||
{
|
{
|
||||||
if (defined(Yaml::class . '::PARSE_KEYS_AS_STRINGS')) {
|
|
||||||
return Yaml::parse(file_get_contents($file), Yaml::PARSE_KEYS_AS_STRINGS);
|
|
||||||
}
|
|
||||||
|
|
||||||
return Yaml::parse(file_get_contents($file));
|
return Yaml::parse(file_get_contents($file));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue