Skip to content

Commit

Permalink
Fix wrong yaml parse null test
Browse files Browse the repository at this point in the history
Incomplete revert in eaff34a following b2e372d and bb5d49c
  • Loading branch information
GromNaN committed Oct 29, 2023
1 parent e400626 commit 9b10106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Symfony/Component/Yaml/Tests/InlineTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ public static function getTestsForParse()
{
return [
['', ''],
[null, ''],
['null', null],
['false', false],
['true', true],
Expand Down

0 comments on commit 9b10106

Please sign in to comment.