Michael Voříšek
|
3705f919d4
feat: Introduce `multiline_string_to_heredoc` fixer (#7665)
|
1 год назад |
Greg Korba
|
27765a6363
feat: Ability to import FQCNs found during analysis (#7597)
|
1 год назад |
Dariusz Rumiński
|
60511ca830
DX: more usage of spaceship operator (#7438)
|
1 год назад |
Dariusz Rumiński
|
e008ba69e2
DX: FixerFactoryTest - make assertion failing msg more descriptive (#7387)
|
1 год назад |
Marcel Behrmann
|
76375a9d41
feat(PhpdocReadonlyCommentToKeywordFixer): Introduction (#7353)
|
1 год назад |
Andreas Möller
|
63ef329572
feat: Deprecate `NoUnneededCurlyBracesFixer` and proxy to `NoUnneededBracesFixer` (#7335)
|
1 год назад |
Andreas Möller
|
0fa21a26b1
feat: Deprecate `CurlyBracesPositionFixer` and proxy to `BracesPositionFixer` (#7334)
|
1 год назад |
Andreas Möller
|
2abddefba3
feat: Deprecate `NewWithBracesFixer` and proxy to `NewWithParenthesesFixer` (#7331)
|
1 год назад |
HypeMC
|
4a8cf6966b
fix: `FunctionToConstantFixer` should run before `NativeConstantInvocationFixer` (#7344)
|
1 год назад |
SpacePossum
|
ad8a8476d7
fix: priority issue between array_syntax and space after rules (#7324)
|
1 год назад |
Greg Korba
|
198d69ba58
fix: Priorities for fixers related to curly braces, empty lines and trailing whitespace (#7296)
|
1 год назад |
Greg Korba
|
445df272f8
feat: Introduce `LongToShorthandOperatorFixer` (#7295)
|
1 год назад |
Greg Korba
|
aa0b9ca92f
feat: Support for attributes in `method_argument_space` (#7242)
|
1 год назад |
Kuba Werłos
|
63da145883
bug: `NoUselessReturnFixer` must run before `SingleLineEmptyBodyFixer` (#7226)
|
1 год назад |
Kuba Werłos
|
145bc2faf0
bug: `HeaderCommentFixer` must run before `BlankLinesBeforeNamespaceFixer` (#7205)
|
1 год назад |
SuperDJ
|
030e18e572
feature: Introduce `SpacesInsideParenthesesFixer` (#5709)
|
1 год назад |
Kuba Werłos
|
287c45b0f4
DX: enable `UseArrowFunctionsFixer` for the codebase (#7194)
|
1 год назад |
Kuba Werłos
|
319d15d915
feature: Introduce `ReturnToYieldFromFixer` (#7168)
|
1 год назад |
Dariusz Rumiński
|
6654d0c8cd
feature: Introduce `PhpUnitDataProviderReturnTypeFixer` (#7156)
|
1 год назад |
Dariusz Rumiński
|
b43fbc8cc6
DX: FixerFactoryTest - apply CS (#7154)
|
1 год назад |
Kuba Werłos
|
7ad47de1a3
feature: Introduce `YieldFromArrayToYieldsFixer` (#7114)
|
1 год назад |
Kuba Werłos
|
b20d57f60c
DX: add proper test for `SelfAccessorFixer` must run before `SelfAccessorFixer` (#7153)
|
1 год назад |
Greg Korba
|
bfee4a0d15
DX: Copy-pasteable `class::getPriority` for phpDoc diffs (#7148)
|
1 год назад |
John Paul E. Balandan, CPA
|
f503187a12
feature: Introduce `NullableTypeDeclarationFixer` (#7002)
|
1 год назад |
Kuba Werłos
|
597cb528fe
DX: fix priority of `FinalClassFixer` (#7091)
|
1 год назад |
HypeMC
|
9e71c3b614
feature: `NullableTypeDeclarationForDefaultNullValue` - support for nullability in union types (#5819)
|
1 год назад |
Kuba Werłos
|
20423010f4
DX: fix priority of SingleBlankLineBeforeNamespaceFixer (#7088)
|
1 год назад |
Kuba Werłos
|
4bf8ab9980
bug: NoMultipleStatementsPerLineFixer must run before CurlyBracesPositionFixer (#7087)
|
1 год назад |
Kuba Werłos
|
81734f1718
bug: CurlyBracesPositionFixer must run before StatementIndentationFixer (#7085)
|
1 год назад |
Kuba Werłos
|
31b1a2a9d8
DX: rename tests and data providers (#7070)
|
1 год назад |
Greg Korba
|
5267f982cd
minor: Unify "blank lines before namespace" fixers (#7053)
|
1 год назад |
Kuba Werłos
|
617aabaf6c
DX: rename data providers (#7058)
|
1 год назад |
John Paul E. Balandan, CPA
|
376a987bca
minor: `UseArrowFunctionsFixer` - run before `FunctionDeclarationFixer` (#7065)
|
1 год назад |
John Paul E. Balandan, CPA
|
b0eee1e518
feature: Introduce `OrderedTypesFixer` (#6571)
|
1 год назад |
Kuba Werłos
|
aee6ebf2ec
feature: add SingleLineEmptyBodyFixer (#6933)
|
1 год назад |
Kuba Werłos
|
25ba4d4e78
minor: PhpdocSeparationFixer - add integration tests (#6929)
|
1 год назад |
Greg Korba
|
7995c50100
DX: Include self_static_accessor fixer in PhpCsFixer set (#6882)
|
1 год назад |
Kuba Werłos
|
f38ecb126c
bug: PhpdocTypesFixer - handle types with no space between type and variable (#6922)
|
1 год назад |
Dariusz Rumiński
|
e04eef3d9e
feature: introduce single_space_around_construct, deprecate single_space_after_construct (#6857)
|
1 год назад |
Kuba Werłos
|
a2bdba33dd
Make static data providers that are not using dynamic calls (#6696)
|
2 лет назад |
Julien Falque
|
9c7070b127
bug: Fix priority between `modernize_types_casting` and `no_unneeded_control_parentheses` (#6687)
|
2 лет назад |
Kuba Werłos
|
bb94db0318
bug: TrailingCommaInMultilineFixer - do not add trailing comma when there is no break line after last element (#6677)
|
2 лет назад |
SpacePossum
|
aafad72ef3
feature: NoUselessConcatOperatorFixer - Introduction (#6447)
|
2 лет назад |
Jeremiasz Major
|
4d5472ca2c
DX: Specify value type in iterables in tests (#6594)
|
2 лет назад |
SpacePossum
|
3a2a7a8640
feature: NoTrailingCommaInSinglelineFixer - Introduction (#6529)
|
2 лет назад |
Jakub Kwaśniewski
|
a7ed665307
feature: Introduce configurability to PhpdocSeparationFixer (#6501)
|
2 лет назад |
Julien Falque
|
c1bcf0ce1a
minor: Split BracesFixer (#4884)
|
2 лет назад |
Kuba Werłos
|
8686a5f8dc
bug: VisibilityRequiredFixer must run before ClassAttributesSeparationFixer (#6548)
|
2 лет назад |
Julien Falque
|
505adc1f05
minor: extract NoMultipleStatementsPerLineFixer from BracesFixer (#6458)
|
2 лет назад |
SpacePossum
|
76bd49d937
bug: NoUnneededControlParenthesesFixer - Fix some curly close cases (#6502)
|
2 лет назад |