Skip to content

Commit

Permalink
Update auto import fixture on downgrade param type (#221)
Browse files Browse the repository at this point in the history
* Update auto import fixture on downgrade param type

* temporary use sub-namespace
  • Loading branch information
samsonasik authored May 24, 2024
1 parent 4228a73 commit c6ba2cb
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-sub-namespace",
"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 @@ -28,7 +28,7 @@ use ReflectionClass;
class DowngradeParamReflectionGetAttribute
{
/**
* @param \ReflectionClass $reflectionClass
* @param ReflectionClass $reflectionClass
*/
public function run($reflectionClass)
{
Expand Down

0 comments on commit c6ba2cb

Please sign in to comment.