We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6188df commit 72a43b4Copy full SHA for 72a43b4
2 files changed
.php-cs-fixer-rules.php
@@ -78,6 +78,7 @@
78
'method',
79
]
80
],*/
81
+ 'php_unit_attributes' => true,
82
'php_unit_construct' => true,
83
'php_unit_dedicate_assert' => ['target' => 'newest'],
84
'php_unit_expectation' => true,
@@ -87,7 +88,6 @@
87
88
'php_unit_set_up_tear_down_visibility' => true,
89
'php_unit_strict' => true,
90
'php_unit_test_annotation' => ['style' => 'annotation'],
- 'php_unit_test_class_requires_covers' => true,
91
'phpdoc_align' => ['align' => 'left'],
92
'phpdoc_array_type' => true,
93
'phpdoc_indent' => true,
composer.json
@@ -11,7 +11,8 @@
11
},
12
"require-dev": {
13
"phpunit/phpunit": "^10.5",
14
- "vimeo/psalm": "^5.22"
+ "vimeo/psalm": "^5.22",
15
+ "friendsofphp/php-cs-fixer": "^3.54"
16
17
"minimum-stability": "dev",
18
"prefer-stable": true,
0 commit comments