File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
'array_syntax ' => array ('syntax ' => 'long ' ),
15
15
'binary_operator_spaces ' => false ,
16
16
'concat_space ' => array ('spacing ' => 'one ' ),
17
+ 'increment_style ' => false ,
18
+ 'no_superfluous_phpdoc_tags ' => false ,
17
19
'no_useless_else ' => true ,
18
20
'no_useless_return ' => true ,
19
21
'ordered_imports ' => true ,
20
22
'phpdoc_no_package ' => false ,
21
23
'phpdoc_order ' => true ,
22
24
'phpdoc_summary ' => false ,
23
- 'increment_style ' => false ,
25
+ 'phpdoc_types_order ' => array ( ' null_adjustment ' => ' none ' , ' sort_algorithm ' => ' none ' ) ,
24
26
'simplified_null_return ' => false ,
25
27
'single_line_throw ' => false ,
26
28
'trailing_comma_in_multiline ' => false ,
27
29
'yoda_style ' => false ,
28
- 'phpdoc_types_order ' => array ('null_adjustment ' => 'none ' , 'sort_algorithm ' => 'none ' ),
29
- 'no_superfluous_phpdoc_tags ' => false ,
30
30
))
31
31
->setFinder ($ finder )
32
32
;
You can’t perform that action at this time.
0 commit comments