Skip to content

Commit 91c354e

Browse files
committed
Update config
1 parent 4301679 commit 91c354e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"editor.defaultFormatter": "vscode.json-language-features"
7575
},
7676
"[php]": {
77-
"editor.defaultFormatter": "valeryanm.vscode-phpsab"
77+
"editor.defaultFormatter": "wongjn.php-sniffer"
7878
},
7979
"files.exclude": {
8080
"**/.git": true,
@@ -92,6 +92,5 @@
9292
"**/CVS/**"
9393
],
9494
"intelephense.compatibility.preferPsalmPhpstanPrefixedAnnotations": true,
95-
"phpsab.snifferMode": "onSave",
96-
"phpsab.snifferShowSources": true,
95+
"phpSniffer.run": "onSave",
9796
}

0 commit comments

Comments
 (0)