From d26a043d621e8c59dd9e6227d4a30b4d2b7dff22 Mon Sep 17 00:00:00 2001 From: Karol Wojciechowski Date: Wed, 13 Aug 2025 14:42:20 +0200 Subject: [PATCH] Update NonDefaultConfig.php --- src/NonDefaultConfig.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NonDefaultConfig.php b/src/NonDefaultConfig.php index 9dad64b..e6bd1b9 100644 --- a/src/NonDefaultConfig.php +++ b/src/NonDefaultConfig.php @@ -18,6 +18,7 @@ public static function getNonDefaultConfig(string $name): ?array 'header_comment' => ['header' => ''], 'increment_style' => ['style' => 'post'], 'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline'], + 'numeric_literal_separator' => ['strategy' => 'no_separator'], 'native_constant_invocation' => ['fix_built_in' => false, 'include' => [], 'scope' => 'all', 'strict' => true], 'native_function_invocation' => ['include' => [], 'scope' => 'all', 'strict' => true], 'no_extra_blank_lines' => ['tokens' => [