Skip to content

Commit b1b450a

Browse files
Support PHP 8.2
1 parent 74ae323 commit b1b450a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone-php.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Some of our fixers do things that can change code behavior, by design. Risky mod
5555
<a name="version"></a>
5656
## Version
5757

58-
It is possible to set the PHP version your code will be parsed using using the `version` option. `7.4`, `8.0`, and `8.1` are the allowed values, and additionally, `7` is an alias for `7.4` and `8` is an alias for `8.1`. PHP version 8.1 is the default version.
58+
It is possible to set the PHP version your code will be parsed using using the `version` option. `7.4`, `8.0`, `8.1`, and `8.2` are the allowed values, and additionally, `7` is an alias for `7.4` and `8` is an alias for `8.1`. PHP version 8.1 is the default version.
5959

6060
<a name="presets"></a>
6161
## Presets

0 commit comments

Comments
 (0)