Skip to content

Commit

Permalink
fix: add option for PHP 8.2 (#2179)
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel committed May 22, 2023
1 parent 9dd01d6 commit cce15dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
{ value: "7.4" },
{ value: "8.0" },
{ value: "8.1" },
{ value: "8.2" },
],
},
trailingCommaPHP: {
Expand Down

0 comments on commit cce15dd

Please sign in to comment.