Skip to content

Commit 946ca5e

Browse files
author
Andrey Helldar
committed
Merge remote-tracking branch 'origin/main'
2 parents 25987cd + 0b4bfa0 commit 946ca5e

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

.editorconfig

+16-21
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ ij_php_align_inline_comments = true
507507
ij_php_align_key_value_pairs = true
508508
ij_php_align_match_arm_bodies = true
509509
ij_php_align_multiline_array_initializer_expression = true
510-
ij_php_align_multiline_binary_operation = false
510+
ij_php_align_multiline_binary_operation = true
511511
ij_php_align_multiline_chained_methods = false
512512
ij_php_align_multiline_extends_list = true
513513
ij_php_align_multiline_for = false
@@ -524,7 +524,7 @@ ij_php_array_initializer_right_brace_on_new_line = true
524524
ij_php_array_initializer_wrap = on_every_item
525525
ij_php_assignment_wrap = on_every_item
526526
ij_php_attributes_wrap = split_into_lines
527-
ij_php_author_weight = 3
527+
ij_php_author_weight = 4
528528
ij_php_binary_operation_sign_on_next_line = true
529529
ij_php_binary_operation_wrap = on_every_item
530530
ij_php_blank_lines_after_class_header = 0
@@ -551,7 +551,7 @@ ij_php_category_weight = 28
551551
ij_php_class_brace_style = next_line
552552
ij_php_comma_after_last_array_element = true
553553
ij_php_concat_spaces = true
554-
ij_php_copyright_weight = 4
554+
ij_php_copyright_weight = 28
555555
ij_php_deprecated_weight = 0
556556
ij_php_do_while_brace_force = always
557557
ij_php_else_if_style = combine
@@ -580,7 +580,7 @@ ij_php_import_sorting = alphabetic
580580
ij_php_indent_break_from_case = true
581581
ij_php_indent_case_from_switch = true
582582
ij_php_indent_code_in_php_tags = false
583-
ij_php_internal_weight = 1
583+
ij_php_internal_weight = 28
584584
ij_php_keep_blank_lines_after_lbrace = 1
585585
ij_php_keep_blank_lines_before_right_brace = 0
586586
ij_php_keep_blank_lines_in_code = 1
@@ -593,10 +593,10 @@ ij_php_keep_rparen_and_lbrace_on_one_line = true
593593
ij_php_keep_simple_classes_in_one_line = true
594594
ij_php_keep_simple_methods_in_one_line = false
595595
ij_php_lambda_brace_style = end_of_line
596-
ij_php_license_weight = 5
596+
ij_php_license_weight = 28
597597
ij_php_line_comment_add_space = false
598598
ij_php_line_comment_at_first_column = false
599-
ij_php_link_weight = 7
599+
ij_php_link_weight = 3
600600
ij_php_lower_case_boolean_const = true
601601
ij_php_lower_case_keywords = true
602602
ij_php_lower_case_null_const = true
@@ -605,14 +605,14 @@ ij_php_method_call_chain_wrap = on_every_item
605605
ij_php_method_parameters_new_line_after_left_paren = true
606606
ij_php_method_parameters_right_paren_on_new_line = true
607607
ij_php_method_parameters_wrap = on_every_item
608-
ij_php_method_weight = 13
608+
ij_php_method_weight = 10
609609
ij_php_modifier_list_wrap = false
610610
ij_php_multiline_chained_calls_semicolon_on_new_line = false
611611
ij_php_namespace_brace_style = 2
612612
ij_php_new_line_after_php_opening_tag = true
613613
ij_php_null_type_position = in_the_end
614614
ij_php_package_weight = 28
615-
ij_php_param_weight = 9
615+
ij_php_param_weight = 6
616616
ij_php_parameters_attributes_wrap = split_into_lines
617617
ij_php_parentheses_expression_new_line_after_left_paren = false
618618
ij_php_parentheses_expression_right_paren_on_new_line = false
@@ -626,13 +626,13 @@ ij_php_phpdoc_use_fqcn = true
626626
ij_php_phpdoc_wrap_long_lines = true
627627
ij_php_place_assignment_sign_on_next_line = false
628628
ij_php_place_parens_for_constructor = 0
629-
ij_php_property_read_weight = 11
630-
ij_php_property_weight = 10
631-
ij_php_property_write_weight = 12
629+
ij_php_property_read_weight = 8
630+
ij_php_property_weight = 7
631+
ij_php_property_write_weight = 9
632632
ij_php_return_type_on_new_line = false
633-
ij_php_return_weight = 15
634-
ij_php_see_weight = 6
635-
ij_php_since_weight = 2
633+
ij_php_return_weight = 12
634+
ij_php_see_weight = 2
635+
ij_php_since_weight = 1
636636
ij_php_sort_phpdoc_elements = true
637637
ij_php_space_after_colon = true
638638
ij_php_space_after_colon_in_enum_backed_type = true
@@ -706,16 +706,15 @@ ij_php_special_else_if_treatment = false
706706
ij_php_subpackage_weight = 28
707707
ij_php_ternary_operation_signs_on_next_line = true
708708
ij_php_ternary_operation_wrap = on_every_item
709-
ij_php_throws_weight = 14
709+
ij_php_throws_weight = 11
710710
ij_php_todo_weight = 28
711-
ij_php_treat_multiline_arrays_and_lambdas_multiline = false
712711
ij_php_unknown_tag_weight = 28
713712
ij_php_upper_case_boolean_const = false
714713
ij_php_upper_case_null_const = false
715714
ij_php_uses_weight = 28
716715
ij_php_var_weight = 28
717716
ij_php_variable_naming_style = snake_case
718-
ij_php_version_weight = 8
717+
ij_php_version_weight = 5
719718
ij_php_while_brace_force = always
720719
ij_php_while_on_new_line = true
721720

@@ -767,17 +766,13 @@ ij_markdown_force_one_space_after_blockquote_symbol = true
767766
ij_markdown_force_one_space_after_header_symbol = true
768767
ij_markdown_force_one_space_after_list_bullet = true
769768
ij_markdown_force_one_space_between_words = true
770-
ij_markdown_insert_quote_arrows_on_wrap = true
771769
ij_markdown_keep_indents_on_empty_lines = false
772-
ij_markdown_keep_line_breaks_inside_text_blocks = true
773770
ij_markdown_max_lines_around_block_elements = 1
774771
ij_markdown_max_lines_around_header = 1
775772
ij_markdown_max_lines_between_paragraphs = 1
776773
ij_markdown_min_lines_around_block_elements = 1
777774
ij_markdown_min_lines_around_header = 2
778775
ij_markdown_min_lines_between_paragraphs = 1
779-
ij_markdown_wrap_text_if_long = true
780-
ij_markdown_wrap_text_inside_blockquotes = true
781776

782777
[{*.yaml,*.yml}]
783778
ij_yaml_align_values_properties = do_not_align

composer.json

+7
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,12 @@
3232
"psr-4": {
3333
"Tests\\": "tests"
3434
}
35+
},
36+
"config": {
37+
"allow-plugins": {
38+
"dragon-code/codestyler": true,
39+
"ergebnis/composer-normalize": true,
40+
"friendsofphp/php-cs-fixer": true
41+
}
3542
}
3643
}

phpunit.php

-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
* file that was distributed with this source code.
88
*
99
* @author Andrey Helldar <helldar@dragon-code.pro>
10-
*
1110
* @copyright 2022 Andrey Helldar
12-
*
1311
* @license MIT
1412
*
1513
* @see https://github.com/Laravel-Lang/publisher

0 commit comments

Comments
 (0)