Commit History

Author SHA1 Message Date
  Greg Korba 198d69ba58 fix: Priorities for fixers related to curly braces, empty lines and trailing whitespace (#7296) 1 year ago
  Greg Korba 445df272f8 feat: Introduce `LongToShorthandOperatorFixer` (#7295) 1 year ago
  Greg Korba aa0b9ca92f feat: Support for attributes in `method_argument_space` (#7242) 1 year ago
  Kuba Werłos 63da145883 bug: `NoUselessReturnFixer` must run before `SingleLineEmptyBodyFixer` (#7226) 1 year ago
  Kuba Werłos 145bc2faf0 bug: `HeaderCommentFixer` must run before `BlankLinesBeforeNamespaceFixer` (#7205) 1 year ago
  SuperDJ 030e18e572 feature: Introduce `SpacesInsideParenthesesFixer` (#5709) 1 year ago
  Kuba Werłos 287c45b0f4 DX: enable `UseArrowFunctionsFixer` for the codebase (#7194) 1 year ago
  Kuba Werłos 319d15d915 feature: Introduce `ReturnToYieldFromFixer` (#7168) 1 year ago
  Dariusz Rumiński 6654d0c8cd feature: Introduce `PhpUnitDataProviderReturnTypeFixer` (#7156) 1 year ago
  Dariusz Rumiński b43fbc8cc6 DX: FixerFactoryTest - apply CS (#7154) 1 year ago
  Kuba Werłos 7ad47de1a3 feature: Introduce `YieldFromArrayToYieldsFixer` (#7114) 1 year ago
  Kuba Werłos b20d57f60c DX: add proper test for `SelfAccessorFixer` must run before `SelfAccessorFixer` (#7153) 1 year ago
  Greg Korba bfee4a0d15 DX: Copy-pasteable `class::getPriority` for phpDoc diffs (#7148) 1 year ago
  John Paul E. Balandan, CPA f503187a12 feature: Introduce `NullableTypeDeclarationFixer` (#7002) 1 year ago
  Kuba Werłos 597cb528fe DX: fix priority of `FinalClassFixer` (#7091) 1 year ago
  HypeMC 9e71c3b614 feature: `NullableTypeDeclarationForDefaultNullValue` - support for nullability in union types (#5819) 1 year ago
  Kuba Werłos 20423010f4 DX: fix priority of SingleBlankLineBeforeNamespaceFixer (#7088) 1 year ago
  Kuba Werłos 4bf8ab9980 bug: NoMultipleStatementsPerLineFixer must run before CurlyBracesPositionFixer (#7087) 1 year ago
  Kuba Werłos 81734f1718 bug: CurlyBracesPositionFixer must run before StatementIndentationFixer (#7085) 1 year ago
  Kuba Werłos 31b1a2a9d8 DX: rename tests and data providers (#7070) 1 year ago
  Greg Korba 5267f982cd minor: Unify "blank lines before namespace" fixers (#7053) 1 year ago
  Kuba Werłos 617aabaf6c DX: rename data providers (#7058) 1 year ago
  John Paul E. Balandan, CPA 376a987bca minor: `UseArrowFunctionsFixer` - run before `FunctionDeclarationFixer` (#7065) 1 year ago
  John Paul E. Balandan, CPA b0eee1e518 feature: Introduce `OrderedTypesFixer` (#6571) 1 year ago
  Kuba Werłos aee6ebf2ec feature: add SingleLineEmptyBodyFixer (#6933) 1 year ago
  Kuba Werłos 25ba4d4e78 minor: PhpdocSeparationFixer - add integration tests (#6929) 1 year ago
  Greg Korba 7995c50100 DX: Include self_static_accessor fixer in PhpCsFixer set (#6882) 1 year ago
  Kuba Werłos f38ecb126c bug: PhpdocTypesFixer - handle types with no space between type and variable (#6922) 1 year ago
  Dariusz Rumiński e04eef3d9e feature: introduce single_space_around_construct, deprecate single_space_after_construct (#6857) 1 year ago
  Kuba Werłos a2bdba33dd Make static data providers that are not using dynamic calls (#6696) 2 years ago
  Julien Falque 9c7070b127 bug: Fix priority between `modernize_types_casting` and `no_unneeded_control_parentheses` (#6687) 2 years ago
  Kuba Werłos bb94db0318 bug: TrailingCommaInMultilineFixer - do not add trailing comma when there is no break line after last element (#6677) 2 years ago
  SpacePossum aafad72ef3 feature: NoUselessConcatOperatorFixer - Introduction (#6447) 2 years ago
  Jeremiasz Major 4d5472ca2c DX: Specify value type in iterables in tests (#6594) 2 years ago
  SpacePossum 3a2a7a8640 feature: NoTrailingCommaInSinglelineFixer - Introduction (#6529) 2 years ago
  Jakub Kwaśniewski a7ed665307 feature: Introduce configurability to PhpdocSeparationFixer (#6501) 2 years ago
  Julien Falque c1bcf0ce1a minor: Split BracesFixer (#4884) 2 years ago
  Kuba Werłos 8686a5f8dc bug: VisibilityRequiredFixer must run before ClassAttributesSeparationFixer (#6548) 2 years ago
  Julien Falque 505adc1f05 minor: extract NoMultipleStatementsPerLineFixer from BracesFixer (#6458) 2 years ago
  SpacePossum 76bd49d937 bug: NoUnneededControlParenthesesFixer - Fix some curly close cases (#6502) 2 years ago
  SpacePossum e893f9b3d8 bug: Fix cases related to binary strings (#6432) 2 years ago
  SpacePossum aacc80403c minor: ExplicitStringVariableFixer - Fix to PHP8.2 compat code (#6424) 2 years ago
  SpacePossum 75d8420520 feature: NoUnneededControlParenthesesFixer - Fix more cases (#6409) 2 years ago
  SpacePossum c17e8422ec DX: cleanup test (#6410) 2 years ago
  Julien Falque b71e51fa2e minor: extract CurlyBracesPositionFixer from BracesFixer (#6452) 2 years ago
  Kuba Werłos abbd7ae97d bug: StrictComparisonFixer must rune before ModernizeStrposFixer (#6455) 2 years ago
  SpacePossum f2482ac4c1 bug: IncrementStyleFixer - NoSpacesInsideParenthesisFixer - prio (#6416) 2 years ago
  Kuba Werłos 41b6fe189f bug: LambdaNotUsedImportFixer must run before MethodArgumentSpaceFixer (#6453) 2 years ago
  Julien Falque 29d9dc888f minor: Extract ControlStructureBracesFixer from BracesFixer (#6399) 2 years ago
  Sander Verkuil b513fb7e4c feature: BlankLineBetweenImportGroupsFixer - Introduction (#6365) 2 years ago