Skip to content

Commit 004af95

Browse files
localheinzsebastianbergmann
authored andcommitted
Enhancement: Enable integer_literal_case fixer
1 parent b24c5bb commit 004af95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
'style' => 'post',
116116
],
117117
'indentation_type' => true,
118+
'integer_literal_case' => true,
118119
'is_null' => true,
119120
'lambda_not_used_import' => true,
120121
'line_ending' => true,

0 commit comments

Comments
 (0)