PHP73Migration.rst 698 B

1234567891011121314151617181920212223
  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>`_ with config:
  10. ``['after_heredoc' => true]``
  11. - `no_whitespace_before_comma_in_array <./../rules/array_notation/no_whitespace_before_comma_in_array.rst>`_ with config:
  12. ``['after_heredoc' => true]``
  13. - `trailing_comma_in_multiline <./../rules/control_structure/trailing_comma_in_multiline.rst>`_ with config:
  14. ``['after_heredoc' => true]``