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 58700d1 commit d212417Copy full SHA for d212417
composer.json
@@ -121,6 +121,7 @@
121
"cache:clear": "symfony-cmd",
122
"assets:install %PUBLIC_DIR%": "symfony-cmd"
123
},
124
+ "code-analysis": "vendor/bin/psalm",
125
"coding-standards-apply": [
126
"vendor/bin/php-cs-fixer fix"
127
],
@@ -150,7 +151,6 @@
150
151
"update-api-spec": [
152
"bin/console api:openapi:export --output=public/api-spec-v2.yaml --yaml --no-interaction",
153
"bin/console api:openapi:export --output=public/api-spec-v2.json --no-interaction"
- ],
154
- "code-analysis": "vendor/bin/psalm"
+ ]
155
}
156
0 commit comments