12345678910111213141516171819 |
- ==================================
- Rule set ``@PHP82Migration:risky``
- ==================================
- Rules to improve code for PHP 8.2 compatibility.
- Warning
- -------
- This set contains rules that are risky
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Using this rule set may lead to changes in your code's logic and behaviour. Use it with caution and review changes before incorporating them into your code base.
- Rules
- -----
- - `@PHP80Migration:risky <./PHP80MigrationRisky.rst>`_
- - `phpdoc_readonly_class_comment_to_keyword <./../rules/class_notation/phpdoc_readonly_class_comment_to_keyword.rst>`_
|