1234567891011121314151617181920212223 |
- ============================
- Rule set ``@PHP73Migration``
- ============================
- Rules to improve code for PHP 7.3 compatibility.
- Rules
- -----
- - `@PHP71Migration <./PHP71Migration.rst>`_
- - `heredoc_indentation <./../rules/whitespace/heredoc_indentation.rst>`_
- - `method_argument_space <./../rules/function_notation/method_argument_space.rst>`_ with config:
- ``['after_heredoc' => true]``
- - `no_whitespace_before_comma_in_array <./../rules/array_notation/no_whitespace_before_comma_in_array.rst>`_ with config:
- ``['after_heredoc' => true]``
- - `trailing_comma_in_multiline <./../rules/control_structure/trailing_comma_in_multiline.rst>`_ with config:
- ``['after_heredoc' => true]``
|