Skip to content

Commit 96d3ed6

Browse files
committed
Fix wrong yaml parse null test
Incomplete revert in eaff34a following b2e372d and bb5d49c
1 parent 9610b8b commit 96d3ed6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)