Skip to content

Commit c0bb78e

Browse files
committed
fix: remoe php_unit annotation and snake_case in PER ruleset
1 parent bbbd5a5 commit c0bb78e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/RuleSets/ExtendedPERSet.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ public function rules(): array
4343
/*
4444
* @Symfony
4545
*/
46-
'php_unit_method_casing' => [
47-
'case' => 'snake_case',
48-
],
4946
'phpdoc_align' => [
5047
'align' => 'left',
5148
],
@@ -72,9 +69,6 @@ public function rules(): array
7269
/*
7370
* @Symfony:risky
7471
*/
75-
'php_unit_test_annotation' => [
76-
'style' => 'annotation',
77-
],
7872
'native_function_invocation' => [
7973
'include' => [
8074
NativeFunctionInvocationFixer::SET_INTERNAL,

0 commit comments

Comments
 (0)