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 59c232b commit 74e0adfCopy full SHA for 74e0adf
.php-cs-fixer.dist.php
@@ -16,12 +16,16 @@
16
17
$config = new PhpCsFixer\Config;
18
$config->setFinder($finder)
19
+ ->setUnsupportedPhpVersionAllowed(true)
20
->setRiskyAllowed(true)
21
->setRules([
22
'align_multiline_comment' => true,
23
'array_indentation' => true,
24
'array_push' => true,
25
'array_syntax' => ['syntax' => 'short'],
26
+ 'attribute_empty_parentheses' => [
27
+ 'use_parentheses' => false,
28
+ ],
29
'backtick_to_shell_exec' => true,
30
'binary_operator_spaces' => [
31
'operators' => [
0 commit comments