updated packages
This commit is contained in:
4
vendor/phpunit/phpunit/.php_cs.dist
vendored
4
vendor/phpunit/phpunit/.php_cs.dist
vendored
@@ -141,6 +141,10 @@ return PhpCsFixer\Config::create()
|
||||
],
|
||||
],
|
||||
'ordered_imports' => true,
|
||||
'ordered_interfaces' => [
|
||||
'direction' => 'ascend',
|
||||
'order' => 'alpha',
|
||||
],
|
||||
'phpdoc_add_missing_param_annotation' => true,
|
||||
'phpdoc_align' => true,
|
||||
'phpdoc_annotation_without_dot' => true,
|
||||
|
||||
Reference in New Issue
Block a user