Skip to content

Commit 41c1a68

Browse files
committed
modify php-cs-fixer config to import consts
as per barbushin#504 (comment)
1 parent 1ba8304 commit 41c1a68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ return PhpCsFixer\Config::create()
1818
'import_constants' => true,
1919
'import_functions' => false,
2020
],
21+
'native_constant_invocation' => true,
2122
'native_function_invocation' => true,
2223
'php_unit_test_case_static_method_calls' => [
2324
'call_type' => 'this',

0 commit comments

Comments
 (0)