Skip to content

Commit d757a33

Browse files
committed
revert: remove numeric_literal_separator rule
1 parent fa63771 commit d757a33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.php-cs-fixer-rules.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
'normalize_index_brace' => true,
7373
'nullable_type_declaration' => ['syntax' => 'question_mark'],
7474
'nullable_type_declaration_for_default_null_value' => true,
75-
'numeric_literal_separator' => ['strategy' => 'use_separator', 'override_existing' => true],
7675
'object_operator_without_whitespace' => true,
7776
'ordered_imports' => ['imports_order' => ['class', 'function', 'const']],
7877
/*

0 commit comments

Comments
 (0)