@@ -294,34 +294,38 @@ public function __construct()
294294 'method_private ' ,
295295 ],
296296 ],
297- 'ordered_imports ' => true ,
298- 'ordered_interfaces ' => false , // risky
299- 'ordered_traits ' => true ,
300- 'php_unit_construct ' => true , // risky
301- 'php_unit_dedicate_assert ' => ['target ' => 'newest ' ], // risky
302- 'php_unit_dedicate_assert_internal_type ' => ['target ' => 'newest ' ], // risky
303- 'php_unit_expectation ' => true , // risky
304- 'php_unit_fqcn_annotation ' => true ,
305- 'php_unit_internal_class ' => true ,
306- 'php_unit_method_casing ' => true ,
307- 'php_unit_mock ' => true , // risky
308- 'php_unit_mock_short_will_return ' => true , // risky
309- 'php_unit_namespaced ' => true , // risky
310- 'php_unit_no_expectation_annotation ' => true , // risky
311- 'php_unit_ordered_covers ' => false , // deprecated
312- 'php_unit_set_up_tear_down_visibility ' => true , // risky
313- 'php_unit_size_class ' => false ,
314- 'php_unit_strict ' => true , // risky
315- 'php_unit_test_annotation ' => false , // risky
316- 'php_unit_test_case_static_method_calls ' => ['call_type ' => 'self ' ], // risky
317- 'php_unit_test_class_requires_covers ' => false ,
318- 'phpdoc_add_missing_param_annotation ' => ['only_untyped ' => false ],
319- 'phpdoc_align ' => true ,
320- 'phpdoc_annotation_without_dot ' => true ,
321- 'phpdoc_indent ' => true ,
322- 'phpdoc_inline_tag ' => false , // deprecated
323- 'phpdoc_inline_tag_normalizer ' => true ,
324- 'phpdoc_line_span ' => true ,
297+ 'ordered_imports ' => true ,
298+ 'ordered_interfaces ' => false , // risky
299+ 'ordered_traits ' => true ,
300+ 'php_unit_construct ' => true , // risky
301+ 'php_unit_dedicate_assert ' => ['target ' => 'newest ' ], // risky
302+ 'php_unit_dedicate_assert_internal_type ' => ['target ' => 'newest ' ], // risky
303+ 'php_unit_expectation ' => true , // risky
304+ 'php_unit_fqcn_annotation ' => true ,
305+ 'php_unit_internal_class ' => true ,
306+ 'php_unit_method_casing ' => true ,
307+ 'php_unit_mock ' => true , // risky
308+ 'php_unit_mock_short_will_return ' => true , // risky
309+ 'php_unit_namespaced ' => true , // risky
310+ 'php_unit_no_expectation_annotation ' => true , // risky
311+ 'php_unit_ordered_covers ' => false , // deprecated
312+ 'php_unit_set_up_tear_down_visibility ' => true , // risky
313+ 'php_unit_size_class ' => false ,
314+ 'php_unit_strict ' => true , // risky
315+ 'php_unit_test_annotation ' => false , // risky
316+ 'php_unit_test_case_static_method_calls ' => ['call_type ' => 'self ' ], // risky
317+ 'php_unit_test_class_requires_covers ' => false ,
318+ 'phpdoc_add_missing_param_annotation ' => ['only_untyped ' => false ],
319+ 'phpdoc_align ' => true ,
320+ 'phpdoc_annotation_without_dot ' => true ,
321+ 'phpdoc_indent ' => true ,
322+ 'phpdoc_inline_tag ' => false , // deprecated
323+ 'phpdoc_inline_tag_normalizer ' => true ,
324+ 'phpdoc_line_span ' => [
325+ 'const ' => 'single ' ,
326+ 'method ' => 'single ' ,
327+ 'property ' => 'single ' ,
328+ ],
325329 'phpdoc_no_access ' => true ,
326330 'phpdoc_no_alias_tag ' => true ,
327331 'phpdoc_no_empty_return ' => false ,
0 commit comments