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 7fd9b1a commit dba24e1Copy full SHA for dba24e1
composer.json
@@ -150,6 +150,7 @@
150
"update-api-spec": [
151
"bin/console api:openapi:export --output=public/api-spec-v2.yaml --yaml --no-interaction",
152
"bin/console api:openapi:export --output=public/api-spec-v2.json --no-interaction"
153
- ]
+ ],
154
+ "code-analysis": "vendor/bin/psalm"
155
}
156
0 commit comments