|
7 | 7 | ->setUsingCache(false) |
8 | 8 | ->setFinder($finder) |
9 | 9 | ->setRules([ |
10 | | - 'psr0' => false, |
| 10 | + 'psr_autoloading' => false, |
11 | 11 | '@PSR2' => true, |
12 | 12 | 'blank_line_after_namespace' => true, |
13 | 13 | 'braces' => true, |
|
17 | 17 | 'function_declaration' => true, |
18 | 18 | 'indentation_type' => true, |
19 | 19 | 'line_ending' => true, |
20 | | - 'lowercase_constants' => true, |
| 20 | + 'constant_case' => true, |
21 | 21 | 'lowercase_keywords' => true, |
22 | 22 | 'method_argument_space' => [ |
23 | | - 'ensure_fully_multiline' => true, |
| 23 | + 'on_multiline' => 'ensure_fully_multiline', |
24 | 24 | ], |
25 | 25 | 'no_break_comment' => true, |
26 | 26 | 'no_closing_tag' => true, |
|
39 | 39 | 'visibility_required' => true, |
40 | 40 | 'encoding' => true, |
41 | 41 | 'full_opening_tag' => true, |
42 | | - 'blank_line_before_return' => true, |
| 42 | + 'blank_line_before_statement' => true, |
43 | 43 | 'no_trailing_comma_in_singleline_array' => true, |
44 | | - 'trailing_comma_in_multiline_array' => true, |
| 44 | + 'trailing_comma_in_multiline' => true, |
45 | 45 | 'array_indentation' => true, |
46 | 46 | 'binary_operator_spaces' => [ |
47 | 47 | 'operators' => [ |
|
0 commit comments