Skip to content

Commit a60d399

Browse files
committed
fix test
1 parent 725a4ac commit a60d399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rules-tests/DowngradePhp80/Rector/FunctionLike/DowngradeUnionTypeDeclarationRector/Fixture/keep_nullable_trio_docblock.php.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Rector\Tests\DowngradePhp80\Rector\FunctionLike\DowngradeUnionTypeDecl
1616
final class NullableTrioDocblock
1717
{
1818
/**
19-
* @return int|string|null
19+
* @return int|null|string
2020
*/
2121
public function run($value)
2222
{

0 commit comments

Comments
 (0)