Rules to improve code for PHP 7.3 compatibility.
- @PHP71Migration
- heredoc_indentation
- method_argument_space
config:
['after_heredoc' => true]
- no_whitespace_before_comma_in_array
config:
['after_heredoc' => true]
- trailing_comma_in_multiline_array
config:
['after_heredoc' => true]