Skip to content

Commit 9b10106

Browse files
committed
Fix wrong yaml parse null test
Incomplete revert in eaff34a following b2e372d and bb5d49c
1 parent e400626 commit 9b10106

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Yaml/Tests/InlineTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ public static function getTestsForParse()
318318
{
319319
return [
320320
['', ''],
321-
[null, ''],
322321
['null', null],
323322
['false', false],
324323
['true', true],

0 commit comments

Comments
 (0)