Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Multiple?) priority issues #3844

Closed
dmvdbrugge opened this issue Jun 28, 2018 · 4 comments
Closed

(Multiple?) priority issues #3844

dmvdbrugge opened this issue Jun 28, 2018 · 4 comments
Labels
kind/bug kind/meta Set of actions to be broken down into single issues/PR's

Comments

@dmvdbrugge
Copy link
Contributor

The PHP version you are using ($ php -v):

PHP 7.1.18 (cli) (built: May 25 2018 19:18:59) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.1.18, Copyright (c) 1999-2018, by Zend Technologies

PHP CS Fixer version you are using ($ php-cs-fixer -V):

PHP CS Fixer 2.12.1 Long Journey by Fabien Potencier and Dariusz Ruminski

The command you use to run PHP CS Fixer:

vendor/bin/php-cs-fixer fix -v --using-cache=no

The configuration file you are using, if any:

Basically the same as dmvdbrugge/dynamic-components, except explicit_string_variable, header_comment, no_alternative_syntax, and no_unset_on_property

Expected behaviour

After a first successfull run, a second run should not have found things to fix.

What happens

First run fixes everything (~4.5k changed files). Second run still fixes things (75 files). Third run is clean.
Fixers applied the second run (spread over the multiple files, some in combination, others alone):

  • align_multiline_comment
  • array_indentation
  • binary_operator_spaces
  • blank_line_before_statement
  • braces
  • function_typehint_space
  • method_chaining_indentation
  • no_empty_phpdoc
  • no_extra_blank_lines
  • no_superfluous_phpdoc_tags
  • no_whitespace_in_blank_line
  • phpdoc_align
  • phpdoc_annotation_without_dot
  • phpdoc_no_empty_return
  • phpdoc_summary
  • phpdoc_to_comment
  • phpdoc_trim
  • phpdoc_trim_consecutive_blank_line_separation
  • phpdoc_types
  • space_after_semicolon

I get that this is a bit vague and will try to pinpoint some stuff, but I wanted to get this in as well, also to be able to link other issues to it.

@keradus
Copy link
Member

keradus commented Jun 28, 2018

looks like you found some priority issue indeed (0.01666...%, glad it's not that much, still worth to fix!)

Sadly, the report is so generic, that is hard to fix it out of the box. Issue deserves further investigation which pair of fixers have the priority issues

@SpacePossum SpacePossum added kind/bug kind/meta Set of actions to be broken down into single issues/PR's labels Jun 28, 2018
@dmvdbrugge
Copy link
Contributor Author

dmvdbrugge commented Jul 2, 2018

For reference, I will of course try to nail all of them.

Number) redacted-filename.php
        => fixers applied first run
        => fixers applied second run
 1) file-1.php 
        => class_attributes_separation, phpdoc_to_comment, blank_line_after_opening_tag, concat_space, phpdoc_var_without_name, function_declaration, no_whitespace_in_blank_line, no_extra_blank_lines, array_indentation, binary_operator_spaces
        => phpdoc_to_comment

 2) file-2.php 
        => ordered_class_elements, class_attributes_separation, phpdoc_to_comment, phpdoc_types, phpdoc_scalar, no_superfluous_phpdoc_tags, no_empty_phpdoc, array_syntax, list_syntax, method_argument_space, phpdoc_annotation_without_dot, phpdoc_summary, trailing_comma_in_multiline_array, yoda_style, function_declaration, no_trailing_whitespace_in_comment, fully_qualified_strict_types, modernize_types_casting, no_alias_functions, phpdoc_types_order, phpdoc_order, phpdoc_separation, phpdoc_trim, cast_spaces, no_whitespace_in_blank_line, no_extra_blank_lines, blank_line_before_statement, phpdoc_align, braces, array_indentation, binary_operator_spaces
        => no_superfluous_phpdoc_tags, no_extra_blank_lines, blank_line_before_statement, phpdoc_align

 3) file-3.php 
        => no_superfluous_phpdoc_tags, phpdoc_types_order, phpdoc_separation, php_unit_fqcn_annotation, no_extra_blank_lines, braces, ordered_imports, binary_operator_spaces
        => no_superfluous_phpdoc_tags, phpdoc_trim

 4) file-4.php 
        => no_superfluous_phpdoc_tags, return_type_declaration, function_declaration, phpdoc_types_order, php_unit_fqcn_annotation, braces, ordered_imports, binary_operator_spaces
        => no_superfluous_phpdoc_tags, phpdoc_trim

 5) file-5.php 
        => fully_qualified_strict_types
        => no_superfluous_phpdoc_tags, phpdoc_align

 6) file-6.php 
        => no_superfluous_phpdoc_tags, phpdoc_types_order
        => no_superfluous_phpdoc_tags, phpdoc_trim

 7) file-7.php 
        => ordered_class_elements, class_attributes_separation, no_superfluous_phpdoc_tags, new_with_braces, phpdoc_types_order, php_unit_fqcn_annotation, cast_spaces, no_unused_imports, binary_operator_spaces
        => no_superfluous_phpdoc_tags, phpdoc_trim

 8) file-8.php 
        => no_superfluous_phpdoc_tags, phpdoc_types_order, php_unit_fqcn_annotation
        => no_superfluous_phpdoc_tags

 9) file-9.php 
        => no_superfluous_phpdoc_tags, no_empty_phpdoc, escape_implicit_backslashes, method_chaining_indentation, phpdoc_types_order, no_whitespace_in_blank_line, no_extra_blank_lines, braces, binary_operator_spaces
        => method_chaining_indentation

10) file-10.php 
        => array_syntax, semicolon_after_instruction, trailing_comma_in_multiline_array, space_after_semicolon, binary_operator_spaces
        => space_after_semicolon
11) file-11.php 
        => fully_qualified_strict_types, phpdoc_separation
        => no_superfluous_phpdoc_tags, phpdoc_trim

12) file-12.php 
        => ordered_class_elements, combine_consecutive_unsets, phpdoc_types, no_superfluous_phpdoc_tags, no_empty_phpdoc, concat_space, new_with_braces, no_trailing_comma_in_singleline_array, phpdoc_annotation_without_dot, phpdoc_summary, fully_qualified_strict_types, modernize_types_casting, no_alias_functions, phpdoc_trim_consecutive_blank_line_separation, phpdoc_order, phpdoc_separation, phpdoc_trim, cast_spaces, simplified_null_return, no_useless_return, no_whitespace_in_blank_line, no_extra_blank_lines, blank_line_before_statement
        => no_superfluous_phpdoc_tags, phpdoc_trim

13) file-13.php 
        => no_trailing_whitespace_in_comment, blank_line_before_statement, single_blank_line_at_eof
        => phpdoc_annotation_without_dot

14) file-14.php 
        => ordered_class_elements, phpdoc_to_comment, no_superfluous_phpdoc_tags, no_empty_phpdoc, blank_line_after_opening_tag, fully_qualified_strict_types, phpdoc_trim_consecutive_blank_line_separation, phpdoc_types_order, phpdoc_separation, phpdoc_trim, return_assignment, no_whitespace_in_blank_line, no_extra_blank_lines, blank_line_before_statement
        => phpdoc_to_comment, no_extra_blank_lines, blank_line_before_statement

15) file-15.php 
        => ordered_class_elements, no_superfluous_phpdoc_tags, phpdoc_annotation_without_dot, fully_qualified_strict_types, phpdoc_trim_consecutive_blank_line_separation, phpdoc_types_order, phpdoc_order, phpdoc_separation, binary_operator_spaces
        => no_superfluous_phpdoc_tags, phpdoc_trim_consecutive_blank_line_separation

16) file-16.php 
        => blank_line_after_opening_tag, yoda_style, return_assignment, binary_operator_spaces
        => phpdoc_to_comment

17) file-17.php 
        => ordered_class_elements, phpdoc_to_comment, no_useless_else, phpdoc_types, phpdoc_no_package, no_superfluous_phpdoc_tags, no_empty_phpdoc, array_syntax, list_syntax, concat_space, phpdoc_annotation_without_dot, phpdoc_summary, trailing_comma_in_multiline_array, yoda_style, function_declaration, no_trailing_whitespace, fully_qualified_strict_types, modernize_types_casting, phpdoc_trim_consecutive_blank_line_separation, phpdoc_types_order, phpdoc_order, phpdoc_separation, phpdoc_trim, no_whitespace_in_blank_line, no_extra_blank_lines, blank_line_before_statement, phpdoc_align, braces, binary_operator_spaces
        => no_superfluous_phpdoc_tags, no_extra_blank_lines, blank_line_before_statement, phpdoc_align

18) file-18.php 
        => phpdoc_types, no_superfluous_phpdoc_tags, blank_line_after_opening_tag, phpdoc_trim_consecutive_blank_line_separation, phpdoc_types_order, phpdoc_trim, simplified_null_return, no_useless_return, no_whitespace_in_blank_line, no_extra_blank_lines, blank_line_before_statement, phpdoc_align, braces
        => no_superfluous_phpdoc_tags, phpdoc_trim

19) file-19.php 
        => ordered_class_elements, no_superfluous_phpdoc_tags, blank_line_after_opening_tag, no_blank_lines_after_class_opening, phpdoc_annotation_without_dot, fully_qualified_strict_types, phpdoc_trim_consecutive_blank_line_separation, phpdoc_types_order, phpdoc_separation, phpdoc_trim, blank_line_before_statement, phpdoc_align, ordered_imports
        => no_superfluous_phpdoc_tags, phpdoc_trim

20) file-20.php 
        => no_superfluous_phpdoc_tags, phpdoc_summary, phpdoc_trim_consecutive_blank_line_separation, phpdoc_types_order, phpdoc_trim, no_blank_lines_after_phpdoc, no_extra_blank_lines, blank_line_before_statement
        => no_superfluous_phpdoc_tags, phpdoc_trim, no_extra_blank_lines, blank_line_before_statement
21) file-21.php 
        => no_superfluous_phpdoc_tags, phpdoc_annotation_without_dot, phpdoc_trim_consecutive_blank_line_separation, phpdoc_types_order, phpdoc_trim, phpdoc_align, single_blank_line_at_eof
        => no_superfluous_phpdoc_tags, phpdoc_trim

22) file-22.php 
        => return_assignment, no_extra_blank_lines, blank_line_before_statement, braces, single_blank_line_at_eof
        => phpdoc_to_comment, no_extra_blank_lines, blank_line_before_statement

23) file-23.php 
        => return_assignment, single_blank_line_at_eof
        => phpdoc_to_comment

24) file-24.php 
        => ordered_class_elements, no_superfluous_phpdoc_tags, blank_line_after_opening_tag, array_syntax, phpdoc_annotation_without_dot, phpdoc_summary, yoda_style, no_trailing_whitespace_in_comment, no_alias_functions, phpdoc_trim_consecutive_blank_line_separation, phpdoc_types_order, phpdoc_order, phpdoc_separation, phpdoc_trim, blank_line_before_statement, phpdoc_align, braces, binary_operator_spaces
        => no_extra_blank_lines, blank_line_before_statement, array_indentation

25) file-25.php 
        => ordered_class_elements, no_useless_else, no_superfluous_phpdoc_tags, array_syntax, no_trailing_whitespace, fully_qualified_strict_types, phpdoc_order, phpdoc_separation, cast_spaces, no_whitespace_in_blank_line, no_extra_blank_lines, blank_line_before_statement, braces, single_blank_line_at_eof
        => no_superfluous_phpdoc_tags, phpdoc_trim, no_extra_blank_lines, blank_line_before_statement

26) file-26.php 
        => ordered_class_elements, no_empty_statement, phpdoc_to_comment, phpdoc_types, no_superfluous_phpdoc_tags, no_empty_phpdoc, array_syntax, is_null, phpdoc_summary, phpdoc_var_without_name, trailing_comma_in_multiline_array, yoda_style, explicit_indirect_variable, fully_qualified_strict_types, no_alias_functions, phpdoc_types_order, phpdoc_order, phpdoc_separation, phpdoc_trim, no_unused_imports, simplified_null_return, no_whitespace_in_blank_line, no_extra_blank_lines, blank_line_before_statement, phpdoc_align, braces, array_indentation, binary_operator_spaces
        => align_multiline_comment, no_extra_blank_lines, blank_line_before_statement

27) file-27.php 
        => ordered_class_elements, phpdoc_to_comment, no_superfluous_phpdoc_tags, phpdoc_summary, phpdoc_var_without_name, fully_qualified_strict_types, phpdoc_trim_consecutive_blank_line_separation, phpdoc_types_order, phpdoc_order, phpdoc_separation, phpdoc_trim, cast_spaces, no_extra_blank_lines, blank_line_before_statement, phpdoc_align, braces, ordered_imports, binary_operator_spaces
        => phpdoc_to_comment, no_extra_blank_lines, blank_line_before_statement

28) file-28.php 
        => fully_qualified_strict_types
        => no_superfluous_phpdoc_tags, phpdoc_trim

29) file-29.php 
        => ordered_class_elements, no_superfluous_phpdoc_tags, no_empty_phpdoc, phpdoc_trim, no_whitespace_in_blank_line, no_extra_blank_lines, blank_line_before_statement, braces, binary_operator_spaces
        => binary_operator_spaces

30) file-30.php 
        => ordered_class_elements, no_superfluous_phpdoc_tags, no_empty_phpdoc, method_argument_space, phpdoc_annotation_without_dot, phpdoc_inline_tag, phpdoc_trim_consecutive_blank_line_separation, phpdoc_types_order, no_whitespace_in_blank_line, no_extra_blank_lines, blank_line_before_statement, binary_operator_spaces
        => no_superfluous_phpdoc_tags, phpdoc_trim
31) file-31.php 
        => ordered_class_elements, phpdoc_no_alias_tag, no_superfluous_phpdoc_tags, no_blank_lines_after_class_opening, no_trailing_whitespace_in_comment, fully_qualified_strict_types, cast_spaces, return_assignment, blank_line_before_statement, phpdoc_align, binary_operator_spaces
        => phpdoc_to_comment

32) file-32.php 
        => ordered_class_elements, class_attributes_separation, no_superfluous_phpdoc_tags, phpdoc_summary, return_type_declaration, fully_qualified_strict_types, phpdoc_order, phpdoc_separation, no_extra_blank_lines, blank_line_before_statement, braces
        => no_superfluous_phpdoc_tags, phpdoc_trim

33) file-33.php 
        => ordered_class_elements, phpdoc_types, no_superfluous_phpdoc_tags, no_empty_phpdoc, no_blank_lines_after_class_opening, phpdoc_annotation_without_dot, fully_qualified_strict_types, phpdoc_order, phpdoc_separation, phpdoc_trim, cast_spaces, no_whitespace_in_blank_line, no_extra_blank_lines, phpdoc_align
        => no_superfluous_phpdoc_tags, no_empty_phpdoc, no_whitespace_in_blank_line, no_extra_blank_lines

34) file-34.php 
        => ordered_class_elements, phpdoc_to_comment, phpdoc_types, no_superfluous_phpdoc_tags, new_with_braces, phpdoc_summary, unary_operator_spaces, yoda_style, function_declaration, fully_qualified_strict_types, phpdoc_trim_consecutive_blank_line_separation, phpdoc_separation, phpdoc_trim, simplified_null_return, no_useless_return, no_whitespace_in_blank_line, no_extra_blank_lines, blank_line_before_statement, braces, ordered_imports
        => no_superfluous_phpdoc_tags, phpdoc_trim

35) file-35.php 
        => no_superfluous_phpdoc_tags, fully_qualified_strict_types, phpdoc_order, phpdoc_separation, phpdoc_trim, no_extra_blank_lines, blank_line_before_statement
        => function_typehint_space, no_extra_blank_lines, blank_line_before_statement

36) file-36.php 
        => phpdoc_scalar, phpdoc_no_alias_tag, phpdoc_summary, align_multiline_comment, phpdoc_separation, no_useless_return, no_whitespace_in_blank_line, no_extra_blank_lines, blank_line_before_statement
        => phpdoc_summary

37) file-37.php 
        => ordered_class_elements, no_superfluous_elseif, phpdoc_scalar, phpdoc_no_package, no_superfluous_phpdoc_tags, blank_line_after_opening_tag, phpdoc_var_without_name, function_declaration, modernize_types_casting, phpdoc_order, phpdoc_separation, phpdoc_trim, no_extra_blank_lines, blank_line_before_statement, phpdoc_align, braces, binary_operator_spaces
        => no_extra_blank_lines, blank_line_before_statement, binary_operator_spaces

38) file-38.php 
        => no_superfluous_phpdoc_tags, phpdoc_trim_consecutive_blank_line_separation, phpdoc_types_order, phpdoc_trim, blank_line_before_statement
        => no_superfluous_phpdoc_tags, phpdoc_trim

39) file-39.php 
        => phpdoc_types_order, phpdoc_separation, binary_operator_spaces
        => no_superfluous_phpdoc_tags, phpdoc_trim

40) file-40.php 
        => no_empty_statement, no_superfluous_phpdoc_tags, phpdoc_types_order, single_blank_line_at_eof
        => no_superfluous_phpdoc_tags, phpdoc_trim
41) file-41.php 
        => ordered_class_elements, no_superfluous_phpdoc_tags, array_syntax, new_with_braces, yoda_style, fully_qualified_strict_types, phpdoc_order, phpdoc_separation, phpdoc_trim, no_extra_blank_lines, no_leading_import_slash, blank_line_before_statement, binary_operator_spaces
        => no_superfluous_phpdoc_tags, phpdoc_trim

42) file-42.php 
        => ordered_class_elements, no_superfluous_phpdoc_tags, phpdoc_summary, ternary_operator_spaces, trailing_comma_in_multiline_array, modernize_types_casting, phpdoc_trim_consecutive_blank_line_separation, phpdoc_order, phpdoc_separation, phpdoc_trim, cast_spaces, return_assignment, no_extra_blank_lines, blank_line_before_statement, phpdoc_align, braces, binary_operator_spaces
        => phpdoc_to_comment

43) file-43.php 
        => ordered_class_elements, no_superfluous_phpdoc_tags, fully_qualified_strict_types, modernize_types_casting, phpdoc_order, phpdoc_separation, phpdoc_trim
        => no_superfluous_phpdoc_tags, phpdoc_align

44) file-44.php 
        => ordered_class_elements, phpdoc_no_alias_tag, no_superfluous_phpdoc_tags, array_syntax, phpdoc_annotation_without_dot, phpdoc_summary, yoda_style, function_declaration, fully_qualified_strict_types, no_alias_functions, phpdoc_trim_consecutive_blank_line_separation, phpdoc_types_order, phpdoc_order, phpdoc_separation, phpdoc_trim, blank_line_before_statement, phpdoc_align, binary_operator_spaces
        => no_superfluous_phpdoc_tags, phpdoc_trim

45) file-45.php 
        => class_attributes_separation, phpdoc_to_comment, phpdoc_types, no_superfluous_phpdoc_tags, yoda_style, fully_qualified_strict_types, phpdoc_types_order, phpdoc_order, phpdoc_separation, simplified_null_return, phpdoc_align, binary_operator_spaces
        => no_superfluous_phpdoc_tags, phpdoc_trim

46) file-46.php 
        => ordered_class_elements, phpdoc_types, phpdoc_no_empty_return, phpdoc_no_package, no_empty_phpdoc, array_syntax, class_definition, concat_space, phpdoc_summary, modernize_types_casting, multiline_comment_opening_closing, phpdoc_types_order, phpdoc_separation, simplified_null_return, no_useless_return, no_whitespace_in_blank_line, no_extra_blank_lines, blank_line_before_statement, phpdoc_align, binary_operator_spaces
        => no_superfluous_phpdoc_tags, phpdoc_trim

47) file-47.php 
        => ordered_class_elements, no_superfluous_phpdoc_tags, phpdoc_summary, phpdoc_types_order, phpdoc_separation, phpdoc_align, binary_operator_spaces
        => no_superfluous_phpdoc_tags, phpdoc_trim

48) file-48.php 
        => ordered_class_elements, class_attributes_separation, no_unneeded_control_parentheses, phpdoc_to_comment, no_useless_else, combine_consecutive_unsets, phpdoc_types, phpdoc_scalar, phpdoc_no_empty_return, no_superfluous_phpdoc_tags, no_empty_phpdoc, array_syntax, list_syntax, class_definition, concat_space, new_with_braces, phpdoc_annotation_without_dot, phpdoc_summary, trailing_comma_in_multiline_array, yoda_style, no_trailing_whitespace, modernize_types_casting, no_alias_functions, phpdoc_trim_consecutive_blank_line_separation, phpdoc_types_order, phpdoc_order, phpdoc_separation, phpdoc_trim, cast_spaces, no_unused_imports, simplified_null_return, no_useless_return, no_whitespace_in_blank_line, no_extra_blank_lines, blank_line_before_statement, phpdoc_align, braces, ordered_imports, binary_operator_spaces
        => phpdoc_types, phpdoc_no_empty_return, phpdoc_trim, no_extra_blank_lines, blank_line_before_statement

49) file-49.php 
        => ordered_class_elements, class_attributes_separation, no_superfluous_elseif, no_useless_else, phpdoc_types, phpdoc_scalar, phpdoc_no_empty_return, phpdoc_no_package, no_superfluous_phpdoc_tags, no_empty_phpdoc, array_syntax, is_null, list_syntax, concat_space, new_with_braces, phpdoc_annotation_without_dot, phpdoc_summary, trailing_comma_in_multiline_array, unary_operator_spaces, no_trailing_whitespace, modernize_types_casting, no_alias_functions, no_null_property_initialization, phpdoc_types_order, phpdoc_separation, phpdoc_trim, return_assignment, simplified_null_return, no_useless_return, no_whitespace_in_blank_line, no_extra_blank_lines, blank_line_before_statement, phpdoc_align, braces, array_indentation, binary_operator_spaces
        => no_superfluous_phpdoc_tags, no_empty_phpdoc, no_whitespace_in_blank_line, no_extra_blank_lines

50) file-50.php 
        => phpdoc_no_package, no_superfluous_phpdoc_tags, combine_consecutive_issets, no_spaces_inside_parenthesis, phpdoc_annotation_without_dot, phpdoc_summary, yoda_style, fully_qualified_strict_types, modernize_types_casting, multiline_comment_opening_closing, phpdoc_types_order, phpdoc_order, phpdoc_separation, phpdoc_trim, blank_line_before_statement, phpdoc_align, binary_operator_spaces
        => no_superfluous_phpdoc_tags, no_extra_blank_lines, blank_line_before_statement, phpdoc_align
51) file-51.php 
        => ordered_class_elements, phpdoc_no_alias_tag, phpdoc_no_package, no_superfluous_phpdoc_tags, array_syntax, phpdoc_annotation_without_dot, phpdoc_summary, modernize_types_casting, phpdoc_types_order, phpdoc_separation, phpdoc_trim, blank_line_before_statement, phpdoc_align, binary_operator_spaces
        => no_superfluous_phpdoc_tags, phpdoc_align

52) file-52.php 
        => ordered_class_elements, phpdoc_no_alias_tag, no_superfluous_phpdoc_tags, no_empty_phpdoc, trailing_comma_in_multiline_array, phpdoc_types_order, phpdoc_separation, no_whitespace_in_blank_line, no_extra_blank_lines, blank_line_before_statement, braces, binary_operator_spaces
        => no_superfluous_phpdoc_tags, no_empty_phpdoc, no_whitespace_in_blank_line, no_extra_blank_lines

53) file-53.php 
        => phpdoc_types_order, binary_operator_spaces
        => no_superfluous_phpdoc_tags, phpdoc_trim

54) file-54.php 
        => class_definition, phpdoc_types_order
        => no_superfluous_phpdoc_tags, phpdoc_trim

55) file-55.php 
        => phpdoc_types_order
        => no_superfluous_phpdoc_tags, phpdoc_trim

56) file-56.php 
        => no_superfluous_phpdoc_tags, blank_line_after_opening_tag, phpdoc_summary, fully_qualified_strict_types, phpdoc_order, phpdoc_separation, phpdoc_trim, single_blank_line_at_eof
        => no_superfluous_phpdoc_tags, phpdoc_trim

57) file-57.php 
        => no_superfluous_phpdoc_tags, blank_line_after_opening_tag, trailing_comma_in_multiline_array, phpdoc_types_order, phpdoc_trim, cast_spaces, return_assignment, single_blank_line_at_eof
        => phpdoc_to_comment

58) file-58.php 
        => blank_line_after_opening_tag, trailing_comma_in_multiline_array, cast_spaces, return_assignment, single_blank_line_at_eof
        => phpdoc_to_comment

59) file-59.php 
        => fully_qualified_strict_types
        => no_superfluous_phpdoc_tags, phpdoc_trim, phpdoc_align

60) file-60.php 
        => ordered_class_elements, combine_consecutive_unsets, no_superfluous_phpdoc_tags, phpdoc_annotation_without_dot, phpdoc_summary, trailing_comma_in_multiline_array, align_multiline_comment, fully_qualified_strict_types, phpdoc_separation, phpdoc_trim, no_whitespace_in_blank_line, no_extra_blank_lines, binary_operator_spaces
        => no_superfluous_phpdoc_tags, phpdoc_trim
61) file-61.php 
        => ordered_class_elements, no_unneeded_control_parentheses, phpdoc_types, phpdoc_scalar, concat_space, phpdoc_annotation_without_dot, trailing_comma_in_multiline_array, align_multiline_comment, modernize_types_casting, no_alias_functions, phpdoc_types_order, phpdoc_order, phpdoc_separation, return_assignment, blank_line_before_statement, phpdoc_align, binary_operator_spaces
        => phpdoc_annotation_without_dot

62) file-62.php 
        => ordered_class_elements, phpdoc_no_package, phpdoc_types_order, phpdoc_trim, phpdoc_align
        => no_superfluous_phpdoc_tags, no_empty_phpdoc, no_whitespace_in_blank_line, no_extra_blank_lines

63) file-63.php 
        => no_superfluous_phpdoc_tags, phpdoc_trim, array_indentation
        => no_whitespace_in_blank_line

64) file-64.php 
        => no_superfluous_phpdoc_tags, no_empty_phpdoc, blank_line_after_opening_tag, phpdoc_types_order, no_whitespace_in_blank_line, no_extra_blank_lines
        => no_superfluous_phpdoc_tags, phpdoc_trim

65) file-65.php 
        => indentation_type, array_syntax, semicolon_after_instruction, ternary_operator_spaces, space_after_semicolon, binary_operator_spaces
        => space_after_semicolon

66) file-66.php 
        => indentation_type, concat_space, semicolon_after_instruction, ternary_operator_spaces, lowercase_constants, space_after_semicolon, binary_operator_spaces
        => space_after_semicolon

67) file-67.php 
        => indentation_type, array_syntax, semicolon_after_instruction, lowercase_constants, space_after_semicolon, cast_spaces, blank_line_before_statement, braces, binary_operator_spaces
        => space_after_semicolon

68) file-68.php 
        => array_syntax, new_with_braces, phpdoc_var_without_name, semicolon_after_instruction, space_after_semicolon, no_blank_lines_after_phpdoc, blank_line_before_statement, braces, array_indentation, binary_operator_spaces
        => braces

69) file-69.php 
        => indentation_type, no_unneeded_control_parentheses, no_unneeded_curly_braces, array_syntax, concat_space, include, method_argument_space, semicolon_after_instruction, no_trailing_whitespace, space_after_semicolon, no_whitespace_in_blank_line, no_extra_blank_lines, blank_line_before_statement, braces, binary_operator_spaces
        => space_after_semicolon, no_extra_blank_lines, blank_line_before_statement

70) file-70.php 
        => semicolon_after_instruction, space_after_semicolon
        => space_after_semicolon
71) file-71.php 
        => indentation_type, semicolon_after_instruction, ternary_operator_spaces, method_chaining_indentation, space_after_semicolon, phpdoc_single_line_var_spacing, blank_line_before_statement, braces
        => space_after_semicolon

72) file-72.php 
        => combine_consecutive_issets, array_syntax, concat_space, new_with_braces, phpdoc_var_without_name, semicolon_after_instruction, trailing_comma_in_multiline_array, no_trailing_whitespace_in_comment, method_chaining_indentation, space_after_semicolon, no_blank_lines_after_phpdoc, blank_line_before_statement, braces, array_indentation, binary_operator_spaces
        => no_trailing_whitespace_in_comment

73) file-73.php 
        => no_unneeded_control_parentheses, no_spaces_inside_parenthesis, array_syntax, concat_space, new_with_braces, phpdoc_var_without_name, semicolon_after_instruction, no_trailing_whitespace_in_comment, space_after_semicolon, no_blank_lines_after_phpdoc, phpdoc_align
        => space_after_semicolon

74) file-74.php 
        => array_syntax, phpdoc_var_without_name, semicolon_after_instruction, no_trailing_whitespace_in_comment, space_after_semicolon, no_blank_lines_after_phpdoc, no_extra_blank_lines, braces, binary_operator_spaces
        => no_trailing_whitespace_in_comment

75) file-75.php 
        => semicolon_after_instruction, space_after_semicolon, binary_operator_spaces
        => space_after_semicolon

This was referenced Jul 2, 2018
@dmvdbrugge
Copy link
Contributor Author

dmvdbrugge commented Jul 23, 2018

could be nice to somehow mark in #3844 what has already PR opened and what is awaiting for some love
-- @keradus on gitter

Needs some love (no member-responses yet)

Needs work by someone (acknowledged)

Has PR

Done

Closed

Other

@SpacePossum
Copy link
Contributor

As all issues have their own issue or PR I'm closing the meta ticket here, thanks for all the work 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug kind/meta Set of actions to be broken down into single issues/PR's
Projects
None yet
Development

No branches or pull requests

3 participants