We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rector process --dry-run
composer analyze
1 parent d51d4e9 commit 2e3dd46Copy full SHA for 2e3dd46
1 file changed
composer.json
@@ -70,7 +70,10 @@
70
"CodeIgniter\\ComposerScripts::postUpdate",
71
"bash -c \"if [ -f admin/setup.sh ]; then bash admin/setup.sh; fi\""
72
],
73
- "analyze": "phpstan analyse",
+ "analyze": [
74
+ "phpstan analyze",
75
+ "rector process --dry-run"
76
+ ],
77
"test": "phpunit",
78
"cs": [
79
"php-cs-fixer fix --ansi --verbose --dry-run --diff --config=.php-cs-fixer.user-guide.php",
0 commit comments