Skip to content

Commit b635260

Browse files
committed
Update default PHP rules.
1 parent d8530a3 commit b635260

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/php/phpcsfixer.rules.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ parameters:
112112
increment_style:
113113
style: pre
114114
indentation_type: true
115+
integer_literal_case: true
115116
is_null: true
116117
linebreak_after_opening_tag: true
117118
list_syntax: false
@@ -332,6 +333,7 @@ parameters:
332333
static_lambda: true
333334
strict_comparison: true
334335
strict_param: true
336+
string_length_to_empty: true
335337
string_line_ending: true
336338
ternary_to_null_coalescing: false
337339
trailing_comma_in_multiline: true

0 commit comments

Comments
 (0)