There was an error while loading. Please reload this page.
1 parent df10aee commit 9b0ea01Copy full SHA for 9b0ea01
1 file changed
pint.json
@@ -37,6 +37,7 @@
37
"fully_qualified_strict_types": false,
38
"function_declaration": false,
39
"general_phpdoc_tag_rename": false,
40
+ "group_imports": true,
41
"heredoc_to_nowdoc": false,
42
"include": false,
43
"increment_style": false,
@@ -148,6 +149,7 @@
148
149
"spaces_inside_parentheses": false,
150
"standardize_not_equals": false,
151
"statement_indentation": false,
152
+ "single_trait_insert_per_statement": false,
153
"switch_case_semicolon_to_colon": false,
154
"switch_case_space": false,
155
"ternary_operator_spaces": true,
0 commit comments