PHP56MigrationRisky.rst 500 B

123456789101112131415161718
  1. ==================================
  2. Rule set ``@PHP56Migration:risky``
  3. ==================================
  4. Rules to improve code for PHP 5.6 compatibility.
  5. Warning
  6. -------
  7. This set contains rules that are risky
  8. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9. 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.
  10. Rules
  11. -----
  12. - `pow_to_exponentiation <./../rules/alias/pow_to_exponentiation.rst>`_