We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa63771 commit d757a33Copy full SHA for d757a33
1 file changed
.php-cs-fixer-rules.php
@@ -72,7 +72,6 @@
72
'normalize_index_brace' => true,
73
'nullable_type_declaration' => ['syntax' => 'question_mark'],
74
'nullable_type_declaration_for_default_null_value' => true,
75
- 'numeric_literal_separator' => ['strategy' => 'use_separator', 'override_existing' => true],
76
'object_operator_without_whitespace' => true,
77
'ordered_imports' => ['imports_order' => ['class', 'function', 'const']],
78
/*
0 commit comments