feat(intelephense): align comments

This commit is contained in:
2024-08-23 16:05:24 +02:00
parent f3313a4735
commit 20d77bafb3
+2
View File
@@ -45,6 +45,7 @@ return {
cmd = { cmd = {
"pretty-php", "pretty-php",
"--psr12", "--psr12",
"--enable=align-comments",
"-qq", "-qq",
"-", "-",
}, },
@@ -60,6 +61,7 @@ return {
cmd = { cmd = {
"pretty-php", "pretty-php",
"--psr12", "--psr12",
"--enable=align-comments",
"-qq", "-qq",
"-", "-",
}, },