Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmuffme committed Nov 13, 2023
1 parent 88e3cda commit b0adeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UnusedCodeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ function foo() : void {}
function foo() : void {}
/** @psalm-suppress UnusedParam */
function bar(mixed $s) : void {}
function bar(string $s) : void {}
/** @psalm-suppress NoValue */
bar(foo());
Expand Down

0 comments on commit b0adeb4

Please sign in to comment.