We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a78a2 commit 88e2123Copy full SHA for 88e2123
src/RuleSet/Sets/Laravel.php
@@ -123,6 +123,7 @@ public function rules(): array
123
],
124
'ordered_interfaces' => true,
125
'ordered_traits' => true,
126
+ 'php_unit_method_casing' => ['case' => 'snake_case'],
127
'phpdoc_align' => ['align' => 'left', 'spacing' => ['param' => 2]],
128
'phpdoc_indent' => true,
129
'phpdoc_inline_tag_normalizer' => true,
src/RuleSet/Sets/Relax.php
@@ -57,6 +57,7 @@ public function mainRules(): array
57
* Laravel rules adjustment
58
*/
59
'not_operator_with_successor_space' => false,
60
+ 'php_unit_method_casing' => false,
61
'phpdoc_tag_type' => false,
62
'binary_operator_spaces' => [
63
'default' => 'single_space',
0 commit comments