PHP73Migration.rst 683 B

1234567891011121314151617181920
  1. ============================
  2. Rule set ``@PHP73Migration``
  3. ============================
  4. Rules to improve code for PHP 7.3 compatibility.
  5. Rules
  6. -----
  7. - `@PHP71Migration <./PHP71Migration.rst>`_
  8. - `heredoc_indentation <./../rules/whitespace/heredoc_indentation.rst>`_
  9. - `method_argument_space <./../rules/function_notation/method_argument_space.rst>`_
  10. config:
  11. ``['after_heredoc' => true]``
  12. - `no_whitespace_before_comma_in_array <./../rules/array_notation/no_whitespace_before_comma_in_array.rst>`_
  13. config:
  14. ``['after_heredoc' => true]``
  15. - `trailing_comma_in_multiline <./../rules/control_structure/trailing_comma_in_multiline.rst>`_
  16. config:
  17. ``['after_heredoc' => true]``