|
@@ -9,12 +9,15 @@ Rules
|
|
|
|
|
|
- `@PHP71Migration <./PHP71Migration.rst>`_
|
|
|
- `heredoc_indentation <./../rules/whitespace/heredoc_indentation.rst>`_
|
|
|
-- `method_argument_space <./../rules/function_notation/method_argument_space.rst>`_
|
|
|
- config:
|
|
|
+- `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>`_
|
|
|
- config:
|
|
|
+
|
|
|
+- `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>`_
|
|
|
- config:
|
|
|
+
|
|
|
+- `trailing_comma_in_multiline <./../rules/control_structure/trailing_comma_in_multiline.rst>`_ with config:
|
|
|
+
|
|
|
``['after_heredoc' => true]``
|
|
|
+
|