Skip to content

Commit

Permalink
Use sorted union types doc by phpstan DowngradeUnionTypeDeclarationRe…
Browse files Browse the repository at this point in the history
…ctor (#217)
  • Loading branch information
samsonasik committed Apr 3, 2024
1 parent eadea25 commit 1fc0351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"phpunit/phpunit": "^10.3",
"rector/phpstan-rules": "^0.7.4",
"rector/rector-generator": "^0.7.3",
"rector/rector-src": "dev-main",
"rector/rector-src": "dev-clean-up-type-hasher",
"symplify/easy-coding-standard": "^12.0",
"symplify/phpstan-extensions": "^11.3",
"symplify/phpstan-rules": "^12.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Rector\Tests\DowngradePhp80\Rector\FunctionLike\DowngradeUnionTypeDecl
final class NullableTrioDocblock
{
/**
* @return int|null|string
* @return int|string|null
*/
public function run($value)
{
Expand Down

0 comments on commit 1fc0351

Please sign in to comment.