diff --git a/.prettierrc.json b/.prettierrc.json index 7043845..6bea5ba 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -7,6 +7,7 @@ { "files": ["*.php"], "options": { + "phpVersion": "8.3", "printWidth": 115, "plugins": ["@prettier/plugin-php"] }