|
16 | 16 | ->setRules([ |
17 | 17 | '@Symfony' => true, |
18 | 18 | '@Symfony:risky' => true, |
19 | | - 'array_syntax' => ['syntax' => 'short'], |
20 | 19 | 'combine_consecutive_issets' => true, |
21 | 20 | 'combine_consecutive_unsets' => true, |
22 | | - 'echo_tag_syntax' => false, |
23 | 21 | 'heredoc_to_nowdoc' => true, |
24 | 22 | 'increment_style' => false, |
25 | | - 'linebreak_after_opening_tag' => true, |
26 | 23 | 'mb_str_functions' => true, |
27 | | - 'multiline_whitespace_before_semicolons' => false, |
28 | | - 'native_function_invocation' => true, |
29 | | - 'no_php4_constructor' => true, |
30 | | - 'no_unreachable_default_argument_value' => true, |
| 24 | + 'multiline_whitespace_before_semicolons' => true, |
| 25 | + 'native_function_invocation' => ['include' => ['@all']], |
31 | 26 | 'no_useless_else' => true, |
32 | 27 | 'no_useless_return' => true, |
33 | | - 'ordered_imports' => true, |
34 | 28 | 'phpdoc_summary' => false, |
35 | 29 | 'phpdoc_to_comment' => false, |
36 | 30 | 'phpdoc_var_without_name' => false, |
37 | | - 'psr_autoloading' => true, |
38 | | - 'semicolon_after_instruction' => true, |
39 | 31 | 'strict_comparison' => true, |
40 | 32 | 'strict_param' => true, |
41 | 33 | ]) |
42 | 34 | ->setFinder($finder) |
43 | | -; |
| 35 | + ; |
0 commit comments