123456789101112131415161718 |
- ==================================
- Rule set ``@PHP56Migration:risky``
- ==================================
- Rules to improve code for PHP 5.6 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
- -----
- - `pow_to_exponentiation <./../rules/alias/pow_to_exponentiation.rst>`_
|