We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793e711 commit b3352f1Copy full SHA for b3352f1
1 file changed
.php_cs.dist
@@ -11,6 +11,7 @@ return PhpCsFixer\Config::create()
11
'php_unit_test_annotation' => ['style' => 'annotation'],
12
'php_unit_method_casing' => false,
13
'global_namespace_import' => ['import_classes' => true, 'import_constants' => false, 'import_functions' => false],
14
+ 'psr_autoloading' => false,
15
])
16
->setRiskyAllowed(true)
17
->setFinder(
0 commit comments