8000 Update Yaml.php · lostcodder/symfony@8438d22 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8438d22

Browse files
authored
Update Yaml.php
1 parent 039241a commit 8438d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Yaml/Yaml.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public static function parseFile($fileName, $flags = 0)
9999
{
100100
$input = file_get_contents($fileName);
101101

102-
return self::parse($input, $flags = 0);
102+
return self::parse($input, $flags);
103103
}
104104

105105
/**

0 commit comments

Comments
 (0)
0