File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7878 'method',
7979 ]
8080 ],*/
81+ 'php_unit_attributes ' => true ,
8182 'php_unit_construct ' => true ,
8283 'php_unit_dedicate_assert ' => ['target ' => 'newest ' ],
8384 'php_unit_expectation ' => true ,
8788 'php_unit_set_up_tear_down_visibility ' => true ,
8889 'php_unit_strict ' => true ,
8990 'php_unit_test_annotation ' => ['style ' => 'annotation ' ],
90- 'php_unit_test_class_requires_covers ' => true ,
9191 'phpdoc_align ' => ['align ' => 'left ' ],
9292 'phpdoc_array_type ' => true ,
9393 'phpdoc_indent ' => true ,
Original file line number Diff line number Diff line change 1111 },
1212 "require-dev" : {
1313 "phpunit/phpunit" : " ^10.5" ,
14- "vimeo/psalm" : " ^5.22"
14+ "vimeo/psalm" : " ^5.22" ,
15+ "friendsofphp/php-cs-fixer" : " ^3.54"
1516 },
1617 "minimum-stability" : " dev" ,
1718 "prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments