Skip to content

Commit 1fc0351

Browse files
authored
Use sorted union types doc by phpstan DowngradeUnionTypeDeclarationRector (#217)
1 parent eadea25 commit 1fc0351

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"phpunit/phpunit": "^10.3",
1414
"rector/phpstan-rules": "^0.7.4",
1515
"rector/rector-generator": "^0.7.3",
16-
"rector/rector-src": "dev-main",
16+
"rector/rector-src": "dev-clean-up-type-hasher",
1717
"symplify/easy-coding-standard": "^12.0",
1818
"symplify/phpstan-extensions": "^11.3",
1919
"symplify/phpstan-rules": "^12.4",

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|null|string
19+
* @return int|string|null
2020
*/
2121
public function run($value)
2222
{

0 commit comments

Comments
 (0)