We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
analyse
static
1 parent fd2c03c commit 75ca538Copy full SHA for 75ca538
composer.json
@@ -71,7 +71,7 @@
71
"compile": "tools/box compile",
72
"test": "tools/phpunit --testsuite UnitTests",
73
"test:integration": "tools/phpunit --testsuite IntegrationTests --no-coverage",
74
- "analyse": "tools/phpstan analyse",
+ "static": "tools/phpstan analyse",
75
"style": "tools/phpcs --standard=psr12 src tests"
76
}
77
0 commit comments