We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8530a3 commit b635260Copy full SHA for b635260
1 file changed
config/php/phpcsfixer.rules.yml
@@ -112,6 +112,7 @@ parameters:
112
increment_style:
113
style: pre
114
indentation_type: true
115
+ integer_literal_case: true
116
is_null: true
117
linebreak_after_opening_tag: true
118
list_syntax: false
@@ -332,6 +333,7 @@ parameters:
332
333
static_lambda: true
334
strict_comparison: true
335
strict_param: true
336
+ string_length_to_empty: true
337
string_line_ending: true
338
ternary_to_null_coalescing: false
339
trailing_comma_in_multiline: true
0 commit comments