Skip to content

Commit

Permalink
[Yaml] Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Oct 28, 2023
1 parent bb5d49c commit eaff34a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Symfony/Component/Yaml/Inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ public static function initialize(int $flags, int $parsedLineNumber = null, stri
*/
public static function parse(string $value, int $flags = 0, array &$references = []): mixed
{
if (null === $value) {
return '';
}

self::initialize($flags);

$value = trim($value);
Expand Down

0 comments on commit eaff34a

Please sign in to comment.