We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da453c8 commit 242330fCopy full SHA for 242330f
1 file changed
.php_cs.dist
@@ -9,6 +9,9 @@ return PhpCsFixer\Config::create()
9
'braces' => array('allow_single_line_closure' => true),
10
'heredoc_to_nowdoc' => false,
11
'phpdoc_annotation_without_dot' => false,
12
+ 'php_unit_test_annotation' => ['style' => 'annotation'],
13
+ 'php_unit_method_casing' => ['case' => 'snake_case'],
14
+ 'global_namespace_import' => ['import_classes' => true, 'import_constants' => false, 'import_functions' => false],
15
])
16
->setRiskyAllowed(true)
17
->setFinder(
0 commit comments