|
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "PHP CodeSniffer Fix",
|
|
"type": "shell",
|
|
"command": "/var/www/html/google_forms/vendor/bin/phpcbf",
|
|
|
|
"args": ["--standard=PSR12", "${file}"],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|