123456789101112131415161718192021 |
- ==================================
- Rule set ``@PHP74Migration:risky``
- ==================================
- Rules to improve code for PHP 7.4 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
- -----
- - `@PHP71Migration:risky <./PHP71MigrationRisky.rst>`_
- - `implode_call <./../rules/function_notation/implode_call.rst>`_
- - `no_alias_functions <./../rules/alias/no_alias_functions.rst>`_
- - `use_arrow_functions <./../rules/function_notation/use_arrow_functions.rst>`_
|