Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Oct 7, 2023
1 parent 703107d commit 0f74193
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|null {}

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

0 comments on commit 0f74193

Please sign in to comment.