Skip to content

Commit

Permalink
修复 Rector 测试 (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft authored Feb 5, 2024
1 parent aae66da commit 68b7e9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"php-cs-fixer/shim": "~3.35.1",
"phpstan/phpstan": "~1.10.39",
"phpunit/phpunit": "~10.4",
"rector/rector": "~0.18.5",
"rector/rector": "~0.19.0",
"symfony/polyfill-uuid": "^1.27",
"yurunsoft/ide-helper": "~1.0",
"yurunsoft/yurun-http": "^5.0.0"
Expand Down
5 changes: 5 additions & 0 deletions src/Components/model/rector.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

declare(strict_types=1);

return getRectorConfigCallback(__DIR__);

0 comments on commit 68b7e9d

Please sign in to comment.