Skip to content

Commit

Permalink
adjust test
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Feb 28, 2024
1 parent 43b6bdc commit f71ee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixtures/Integration/misc/PHP8_2.test
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class FalseNull
}
}

function falsyNull(null $n, false $f): null|false {}
function falsyNull(null $n, false $f): ?false {}

array_filter([], fn (null $n) => null === $n);
array_filter([], fn (false $n) => false === $n);
Expand Down

0 comments on commit f71ee78

Please sign in to comment.