Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmuffme committed Feb 29, 2024
1 parent bd11897 commit 9762794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/FileManipulation/MissingReturnTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -533,9 +533,9 @@ function bar() {
}',
'output' => '<?php
/**
* @return null|string
* @return string|void
*
* @psalm-return \'hello\'|null
* @psalm-return \'hello\'|void
*/
function foo() {
if (rand(0, 1)) {
Expand Down

0 comments on commit 9762794

Please sign in to comment.