We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a009f75 commit 411e012Copy full SHA for 411e012
.php_cs.dist
@@ -9,5 +9,6 @@ return PhpCsFixer\Config::create()
9
->setRules([
10
'@Symfony' => true,
11
'declare_strict_types' => true,
12
+ 'php_unit_method_casing' => ['case' => 'snake_case'],
13
])
14
->setFinder($finder);
0 commit comments