Skip to content

Commit

Permalink
fix rector
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Mar 2, 2025
1 parent 91627fd commit c3b9402
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
},
"scripts": {
"cs": [
"rector",
"pint",
"npm run prettier"
],
Expand Down
6 changes: 5 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

return RectorConfig::configure()
->withPaths([
__DIR__ . '/docs-assets/app',
__DIR__ . '/docs-assets/app/app',
__DIR__ . '/docs-assets/app/config',
__DIR__ . '/docs-assets/app/database',
__DIR__ . '/docs-assets/app/routes',
__DIR__ . '/docs-assets/app/tests',
__DIR__ . '/packages',
__DIR__ . '/tests',
])
Expand Down

0 comments on commit c3b9402

Please sign in to comment.