calendi/.vscode/settings.json
2025-04-28 07:42:42 +02:00

8 lines
243 B
JSON

{
"phpstan.binPath": "backend/vendor/bin/phpstan",
"phpstan.configFile": "backend/phpstan.dist.neon",
"phpstan.checkValidity": true,
"phpstan.showTypeOnHover": false,
"phpstan.showProgress": true,
"php.version": "8.4"
}