Skip to content

Commit cce15dd

Browse files
authored
fix: add option for PHP 8.2 (#2179)
1 parent 9dd01d6 commit cce15dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/options.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports = {
2424
{ value: "7.4" },
2525
{ value: "8.0" },
2626
{ value: "8.1" },
27+
{ value: "8.2" },
2728
],
2829
},
2930
trailingCommaPHP: {

0 commit comments

Comments
 (0)