You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: standalone-php.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Some of our fixers do things that can change code behavior, by design. Risky mod
55
55
<a name="version"></a>
56
56
## Version
57
57
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.
0 commit comments