1+ {
2+ "preset" : " laravel" ,
3+ "notPath" : [
4+ " app/Services/HtmlMinifier.php"
5+ ],
6+ "rules" : {
7+ "align_multiline_comment" : true ,
8+ "array_indentation" : true ,
9+ "array_syntax" : true ,
10+ "blank_line_after_namespace" : true ,
11+ "blank_line_after_opening_tag" : true ,
12+ "combine_consecutive_issets" : true ,
13+ "combine_consecutive_unsets" : true ,
14+ "concat_space" : true ,
15+ "declare_parentheses" : true ,
16+ "declare_strict_types" : true ,
17+ "explicit_string_variable" : false ,
18+ "final_class" : false ,
19+ "final_internal_class" : false ,
20+ "fully_qualified_strict_types" : true ,
21+ "global_namespace_import" : {
22+ "import_classes" : true ,
23+ "import_constants" : true ,
24+ "import_functions" : true
25+ },
26+ "is_null" : true ,
27+ "lambda_not_used_import" : true ,
28+ "logical_operators" : true ,
29+ "mb_str_functions" : true ,
30+ "method_chaining_indentation" : true ,
31+ "modernize_strpos" : true ,
32+ "new_with_braces" : true ,
33+ "no_empty_comment" : true ,
34+ "not_operator_with_space" : true ,
35+ "ordered_traits" : true ,
36+ "protected_to_private" : true ,
37+ "simplified_if_return" : true ,
38+ "strict_comparison" : true ,
39+ "ternary_to_null_coalescing" : true ,
40+ "trim_array_spaces" : true ,
41+ "use_arrow_functions" : true ,
42+ "void_return" : true ,
43+ "yoda_style" : true
44+ }
45+ }
0 commit comments