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.
1 parent af62ddd commit 52f43bfCopy full SHA for 52f43bf
1 file changed
composer.json
@@ -22,6 +22,8 @@
22
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './3rdparty/*' -not -path './vendor-bin/*' -not -path './node_modules/*' -not -path './build/*' -not -path './tests/integration/vendor/*' -print0 | xargs -0 -n1 php -l",
23
"cs:check": "php-cs-fixer fix --dry-run --diff",
24
"cs:fix": "php-cs-fixer fix",
25
+ "rector:check": "rector --dry-run",
26
+ "rector:fix": "rector",
27
"openapi": "generate-spec --verbose && (npm run typescript:generate || echo 'Please manually regenerate the typescript OpenAPI models')",
28
"psalm": "psalm --no-cache --threads=$(nproc)",
29
"psalm:update-baseline": "psalm --threads=$(nproc) --update-baseline --set-baseline=tests/psalm-baseline.xml",
0 commit comments