Kuba Werłos
|
c808dec276
chore: remove incorrect priority tests (#8231)
|
1 month ago |
Kuba Werłos
|
fa0938fd66
fix: `NullableTypeDeclarationFixer` - do not break syntax when there is no space before `?` (#8224)
|
1 month ago |
Kuba Werłos
|
601f01f472
chore: add `@return` tags for data providers that do not have array in data (#8179)
|
2 months ago |
John Paul E. Balandan, CPA
|
913e7821a0
fix: `PhpUnitAttributesFixer` - fix priorities with `PhpUnitDataProvider(.+)Fixer` (#8169)
|
3 months ago |
Krzysztof Ciszewski
|
7bb9c2654c
feat: support PHPUnit v9.1 naming for some asserts (#7997)
|
3 months ago |
Christophe Coevoet
|
1251948699
feat: Add sprintf in the list of compiler optimized functions (#8092)
|
4 months ago |
HypeMC
|
1a6992ddc9
feat: Introduce `OrderedAttributesFixer` (#7395)
|
6 months ago |
Kuba Werłos
|
6a69160865
feat: introduce `PhpUnitAttributesFixer` (#7831)
|
7 months ago |
Dariusz Rumiński
|
9782155324
chore: Use `list` over `array` in more places (#7905)
|
7 months ago |
tamiroh
|
b52108e784
fix: `no_useless_concat_operator` - do not break variable (#7827)
|
8 months ago |
Kuba Werłos
|
e383c84c63
feat: `NoEmptyPhpdocFixer` - do not leave empty line after removing PHPDoc (#7820)
|
9 months ago |
Kuba Werłos
|
ee8a4efb8d
feat: introduce `PhpdocArrayTypeFixer` (#7812)
|
9 months ago |
Kuba Werłos
|
a1848cbdbe
feat: introduce `PhpdocListTypeFixer` (#7796)
|
9 months ago |
Michael Voříšek
|
e351af72c2
feat: introduce `string_implicit_backslashes` as `escape_implicit_backslashes` replacement (#7669)
|
9 months ago |
Krzysztof Rewak
|
49fc633d0e
fix: `ClassKeywordFixer` must run before `FullyQualifiedStrictTypesFixer` (#7767)
|
9 months ago |
Kuba Werłos
|
9167592a7e
chore: `FullyQualifiedStrictTypesFixer` must run before `OrderedInterfacesFixer` (#7762)
|
9 months ago |
MHO
|
9922e5ba3f
fix: `NoSpaceAroundDoubleColonFixer` must run before `MethodChainingIndentationFixer` (#7723)
|
10 months ago |
Michael Voříšek
|
3705f919d4
feat: Introduce `multiline_string_to_heredoc` fixer (#7665)
|
10 months ago |
Greg Korba
|
27765a6363
feat: Ability to import FQCNs found during analysis (#7597)
|
10 months ago |
Dariusz Rumiński
|
60511ca830
DX: more usage of spaceship operator (#7438)
|
1 year ago |
Dariusz Rumiński
|
e008ba69e2
DX: FixerFactoryTest - make assertion failing msg more descriptive (#7387)
|
1 year ago |
Marcel Behrmann
|
76375a9d41
feat(PhpdocReadonlyCommentToKeywordFixer): Introduction (#7353)
|
1 year ago |
Andreas Möller
|
63ef329572
feat: Deprecate `NoUnneededCurlyBracesFixer` and proxy to `NoUnneededBracesFixer` (#7335)
|
1 year ago |
Andreas Möller
|
0fa21a26b1
feat: Deprecate `CurlyBracesPositionFixer` and proxy to `BracesPositionFixer` (#7334)
|
1 year ago |
Andreas Möller
|
2abddefba3
feat: Deprecate `NewWithBracesFixer` and proxy to `NewWithParenthesesFixer` (#7331)
|
1 year ago |
HypeMC
|
4a8cf6966b
fix: `FunctionToConstantFixer` should run before `NativeConstantInvocationFixer` (#7344)
|
1 year ago |
SpacePossum
|
ad8a8476d7
fix: priority issue between array_syntax and space after rules (#7324)
|
1 year ago |
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 |