John Paul E. Balandan, CPA 913e7821a0 fix: `PhpUnitAttributesFixer` - fix priorities with `PhpUnitDataProvider(.+)Fixer` (#8169) 1 месяц назад
..
PHP7_0.test 1ce9e248c3 feat: set new_with_parentheses for anonymous_class to false in PER-CS2.0 (#8140) 1 месяц назад
PHP7_1.test 8a50ef3518 feat: update `Symfony.nullable_type_declaration_for_default_null_value` config (#7773) 8 месяцев назад
PHP7_2.test 1fc2bdafcf NoUnusedImportsFixer - Fix undetected unused imports when type mismatch 3 лет назад
PHP7_3.test 00612231e8 fix: Handle FQCN properly with `leading_backslash_in_global_namespace` option enabled (#7654) 8 месяцев назад
PHP7_4.test 0fa21a26b1 feat: Deprecate `CurlyBracesPositionFixer` and proxy to `BracesPositionFixer` (#7334) 11 месяцев назад
PHP8_0.test 1ce9e248c3 feat: set new_with_parentheses for anonymous_class to false in PER-CS2.0 (#8140) 1 месяц назад
PHP8_1.test fe9788b55e feat: Add `single_line_empty_body` to `@PhpCsFixer` (#7266) 1 год назад
PHP8_2.test 413066cb56 feat: `@Symfony` - add nullable_type_declaration (#7856) 6 месяцев назад
PHP8_3.test 1ce9e248c3 feat: set new_with_parentheses for anonymous_class to false in PER-CS2.0 (#8140) 1 месяц назад
anonymous_class_with_phpdoc.test 1ce9e248c3 feat: set new_with_parentheses for anonymous_class to false in PER-CS2.0 (#8140) 1 месяц назад
array_indentation,braces.test b71e51fa2e minor: extract CurlyBracesPositionFixer from BracesFixer (#6452) 2 лет назад
array_indentation,method_argument_space,method_chaining_indentation.test c4c3720fa1 ArrayIndentationFixer - must run after MethodArgumentSpaceFixer 4 лет назад
braces,indentation_type,no_break_comment.test a183440f10 DX: moving integration tests for braces, indentation_type and no_break_comment into right place 4 лет назад
braces,method_argument_space.test f65b48e75c Extract StatementIndentationFixer from BracesFixer 2 лет назад
braces,method_chaining_indentation.test c1bcf0ce1a minor: Split BracesFixer (#4884) 2 лет назад
class_definition,no_trailing_whitespace.test 84171f3a75 Extend tests coverage 6 лет назад
combine_nested_dirname,no_trailing_whitespace.test 2cd192d6ad Remove not needed requirements from fixtures 3 лет назад
combine_nested_dirname,no_whitespace_in_blank_line.test 2cd192d6ad Remove not needed requirements from fixtures 3 лет назад
comment_to_phpdoc,phpdoc_to_comment.test 924333da77 Refactor PhpdocToCommentFixer - extract checking to CommentsAnalyzer 6 лет назад
declare_strict_types,single_blank_line_before_namespace.test 2cd192d6ad Remove not needed requirements from fixtures 3 лет назад
doctrine_annotation.test cc36657ad1 Add Doctrine annotation fixers 7 лет назад
elseif,braces.test 29d9dc888f minor: Extract ControlStructureBracesFixer from BracesFixer (#6399) 2 лет назад
explicit_string_variable,simple_to_complex_string_variable.test aacc80403c minor: ExplicitStringVariableFixer - Fix to PHP8.2 compat code (#6424) 2 лет назад
fully_qualified_strict_types-leading_backslash_in_global_namespace.test cc595125fc fix: `fully_qualified_strict_types` with `leading_backslash_in_global_namespace` enabled - handle reserved types in phpDoc (#7648) 8 месяцев назад
general_phpdoc_annotation_remove,phpdoc_order.test 249689dceb Add tests for general_phpdoc_annotation_remove 6 лет назад
header_comment,declare_strict_types.test 2cd192d6ad Remove not needed requirements from fixtures 3 лет назад
huge_array.test 2cd192d6ad Remove not needed requirements from fixtures 3 лет назад
huge_array.test-out.php e17cdb2ad0 ArrayIndentationFixer - fix for really long arrays 3 лет назад
imports.test 62734ae9cd no_extra_consecutive_blank_lines - rename to no_extra_blank_lines 6 лет назад
issue_3879.test fe9788b55e feat: Add `single_line_empty_body` to `@PhpCsFixer` (#7266) 1 год назад
issue_7293.test 198d69ba58 fix: Priorities for fixers related to curly braces, empty lines and trailing whitespace (#7296) 1 год назад
line_ending,braces.test c1bcf0ce1a minor: Split BracesFixer (#4884) 2 лет назад
line_ending,braces.test-in.php c1bcf0ce1a minor: Split BracesFixer (#4884) 2 лет назад
line_ending,braces.test-out.php c1bcf0ce1a minor: Split BracesFixer (#4884) 2 лет назад
meta_insert_64566_tokens.test a02fc0462f DX: Allow OS conditions for integration tests (#7161) 1 год назад
meta_insert_64566_tokens.test-in.php 07cf8b0890 POC Tokens::insertSlices 3 лет назад
meta_insert_64566_tokens.test-out.php 07cf8b0890 POC Tokens::insertSlices 3 лет назад
method_chaining_indentation,array_indentation.test c1bcf0ce1a minor: Split BracesFixer (#4884) 2 лет назад
method_chaining_indentation,method_argument_space.test c1bcf0ce1a minor: Split BracesFixer (#4884) 2 лет назад
no_blank_lines_after_phpdoc,single_blank_line_before_namespace.test e4dd5a61eb Add T_NAMESPACE in array of forbidden successors 3 лет назад
no_closing_tag,full_opening_tag.test 76f36585f6 DX: AbstractIntegrationTestCase does not use IntegrationCase::shouldCheckPriority, logic is now automated and method is now deprecated 7 лет назад
no_multiple_statements_per_line,statement_indentation.test 505adc1f05 minor: extract NoMultipleStatementsPerLineFixer from BracesFixer (#6458) 2 лет назад
no_trailing_comma_in_singleline_function_call,no_spaces_inside_parenthesis.test 3a2a7a8640 feature: NoTrailingCommaInSinglelineFixer - Introduction (#6529) 2 лет назад
no_whitespace_in_blank_line,no_blank_lines_after_phpdoc.test 7df251c575 NoBlankLines*: fix removing lines consisting only of spaces 5 лет назад
nullable_type_declaration,nullable_type_declaration_for_default_null_value,ordered_types.test f503187a12 feature: Introduce `NullableTypeDeclarationFixer` (#7002) 1 год назад
php_unit_attributes,php_unit_data_provider_name,php_unit_data_provider_return_type,php_unit_data_provider_static.test 913e7821a0 fix: `PhpUnitAttributesFixer` - fix priorities with `PhpUnitDataProvider(.+)Fixer` (#8169) 1 месяц назад
php_unit_data_provider_static,visibility_required.test 8099262fc0 feature: add PhpUnitDataProviderStaticFixer (#6702) 1 год назад
php_unit_mock_short_will_return,trailing_comma_in_multiline.test 8f88660323 bug: PhpUnitMockShortWillReturnFixer - fix for trailing commas (#6900) 1 год назад
phpdoc_indent,no_spaces_after_function_name.test efafb74c5f fix: Do not mangle non-whitespace token in `PhpdocIndentFixer` (#8147) 1 месяц назад
phpdoc_to_comment,phpdoc_var_without_name.test 60c5ca1c4a PhpdocVarWithoutNameFixer - fix for properties only 4 лет назад
phpdocs-invalid.test b20d57f60c DX: add proper test for `SelfAccessorFixer` must run before `SelfAccessorFixer` (#7153) 1 год назад
phpdocs.test b21674a795 feature: Order of PHPDoc @param annotations (#3909) 1 год назад
phpdocs.test-in.php b21674a795 feature: Order of PHPDoc @param annotations (#3909) 1 год назад
phpdocs.test-out.php e383c84c63 feat: `NoEmptyPhpdocFixer` - do not leave empty line after removing PHPDoc (#7820) 7 месяцев назад
semicolon_after_instruction,no_unneeded_control_parentheses.test 76f36585f6 DX: AbstractIntegrationTestCase does not use IntegrationCase::shouldCheckPriority, logic is now automated and method is now deprecated 7 лет назад
simplified_null_return,no_useless_return,no_whitespace_in_blank_line,blank_line_before_statement,no_extra_consecutive_blank_lines.test bd9cd928c1 Drop deprecated rules: blank_line_before_return, hash_to_slash_comment, method_separation, no_extra_consecutive_blank_lines, no_multiline_whitespace_before_semicolons and pre_increment 6 лет назад
single_import_per_statement,ordered_imports.test 2cd192d6ad Remove not needed requirements from fixtures 3 лет назад
ternary_operator_spaces,operator_linebreak.test 3c27597933 fix: work correctly for a switch/case with ternary operator (#7756) 8 месяцев назад
trailing_comma_in_multiline,binary_operator_spaces.test 8cf5a71a9b fix: clear `Tokens::$blockStartCache` and `Tokens::$blockEndCache` when calling `Tokens::setCode` (#8051) 3 месяцев назад
void_return,phpdoc_to_return_type.test 2cd192d6ad Remove not needed requirements from fixtures 3 лет назад