Kuba Werłos
|
7ffb265606
chore: remove not needed PHP version requirements in descriptions (#8265)
|
3 weeks ago |
SpacePossum
|
370943c56a
feat: Add `array_destructuring` as option for `trailing_comma_in_multiline` (#8172)
|
3 months ago |
Krzysztof Ciszewski
|
7bb9c2654c
feat: support PHPUnit v9.1 naming for some asserts (#7997)
|
4 months ago |
HypeMC
|
1a6992ddc9
feat: Introduce `OrderedAttributesFixer` (#7395)
|
7 months ago |
Kuba Werłos
|
6a69160865
feat: introduce `PhpUnitAttributesFixer` (#7831)
|
7 months ago |
Kuba Werłos
|
ee8a4efb8d
feat: introduce `PhpdocArrayTypeFixer` (#7812)
|
10 months ago |
Kuba Werłos
|
a1848cbdbe
feat: introduce `PhpdocListTypeFixer` (#7796)
|
10 months ago |
Michael Voříšek
|
e351af72c2
feat: introduce `string_implicit_backslashes` as `escape_implicit_backslashes` replacement (#7669)
|
10 months ago |
Dariusz Rumiński
|
07af7f23eb
chore: better identify EXPERIMENTAL rules (#7729)
|
10 months ago |
Marvin Heilemann
|
28e40bcbb3
feat: Introduce `NumericLiteralSeparatorFixer` (#6761)
|
10 months ago |
Michael Voříšek
|
3705f919d4
feat: Introduce `multiline_string_to_heredoc` fixer (#7665)
|
10 months ago |
Michael Voříšek
|
a07e476ecc
feat: Introduce `heredoc_closing_marker` fixer (#7660)
|
11 months ago |
Michael Voříšek
|
f1500e4604
feat: Support new/instanceof/use trait in `fully_qualified_strict_types` (#7653)
|
11 months ago |
Greg Korba
|
1bc8e827fa
feat: Support more FQCNs cases in `fully_qualified_strict_types` (#7459)
|
11 months ago |
Dariusz Rumiński
|
698a9098d9
feat(EXPERIMENTAL): ClassKeywordFixer, part 2 (#7550)
|
11 months ago |
Dariusz Rumiński
|
386a2b8740
feat(EXPERIMENTAL): ClassKeywordFixer (#2918)
|
11 months ago |
Kuba Werłos
|
2a2176f759
fix: AbstractFixerTestCase - fix checking for correct casing (#7540)
|
11 months ago |
Dariusz Rumiński
|
4b1e17b809
fix: long_to_shorthand_operator - mark as risky fixer (#7418)
|
1 year ago |
Greg Korba
|
6697043356
fix: Mark `PhpdocReadonlyClassCommentToKeywordFixer` as risky (#7372)
|
1 year ago |
Marcel Behrmann
|
76375a9d41
feat(PhpdocReadonlyCommentToKeywordFixer): Introduction (#7353)
|
1 year ago |
SpacePossum
|
e067339478
feat: Introduce `native_type_declaration_casing` fixer (#7330)
|
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 |
Andreas Möller
|
fad7e08b2f
feat: Deprecate `CompactNullableTypehintFixer` and proxy to `CompactNullableTypeDeclarationFixer` (#7339)
|
1 year ago |
Andreas Möller
|
2f4d1a30a0
chore: Use type declaration instead of type hint (#7338)
|
1 year ago |
Andreas Möller
|
2403e0cee0
fix: Replace mention of bracket with parenthesis (#7336)
|
1 year ago |
HypeMC
|
aafd2d6e10
feat: Introduce `AttributeEmptyParenthesesFixer` (#7284)
|
1 year ago |
Greg Korba
|
445df272f8
feat: Introduce `LongToShorthandOperatorFixer` (#7295)
|
1 year ago |
Dariusz Rumiński
|
d390ce6a67
fix(YieldFromArrayToYieldsFixer): mark as Risky (#7272)
|
1 year ago |
Dariusz Rumiński
|
59314204fe
feat(@PhpCsFixer:risky): add static_lambda rule (#7237)
|
1 year ago |
Kuba Werłos
|
846dc6e63e
DX: update `PhpdocToReturnTypeFixer` code samples (#7199)
|
1 year ago |
Kuba Werłos
|
b90b7cd56f
DX: update `HeredocIndentationFixer` code samples (#7197)
|
1 year ago |
SuperDJ
|
030e18e572
feature: Introduce `SpacesInsideParenthesesFixer` (#5709)
|
1 year ago |
Kuba Werłos
|
319d15d915
feature: Introduce `ReturnToYieldFromFixer` (#7168)
|
1 year ago |
Kay W
|
f60bb53aa2
docs: Change the single backticks to double in description of the rules option (#7173)
|
1 year ago |
Dariusz Rumiński
|
6654d0c8cd
feature: Introduce `PhpUnitDataProviderReturnTypeFixer` (#7156)
|
1 year ago |
Kuba Werłos
|
7ad47de1a3
feature: Introduce `YieldFromArrayToYieldsFixer` (#7114)
|
1 year ago |
John Paul E. Balandan, CPA
|
f503187a12
feature: Introduce `NullableTypeDeclarationFixer` (#7002)
|
1 year ago |
John Paul E. Balandan, CPA
|
d7b5c39357
feature: Introduce `TypeDeclarationSpacesFixer` (#7001)
|
1 year ago |
Kuba Werłos
|
8ac301a9f0
feature: SingleLineEmptyBodyFixer - support interfaces, traits and enums (#7096)
|
1 year ago |
HypeMC
|
9e71c3b614
feature: `NullableTypeDeclarationForDefaultNullValue` - support for nullability in union types (#5819)
|
1 year ago |
Kuba Werłos
|
4976b85821
feature: Introduce `PhpUnitDataProviderNameFixer` (#7057)
|
1 year ago |
Greg Korba
|
5267f982cd
minor: Unify "blank lines before namespace" fixers (#7053)
|
1 year ago |
John Paul E. Balandan, CPA
|
a5cb379123
bug: SelfStaticAccessor - fix static access inside enums (#7024)
|
1 year ago |
John Paul E. Balandan, CPA
|
b0eee1e518
feature: Introduce `OrderedTypesFixer` (#6571)
|
1 year ago |
Jonathan Gruber
|
b21674a795
feature: Order of PHPDoc @param annotations (#3909)
|
1 year ago |
Kuba Werłos
|
aee6ebf2ec
feature: add SingleLineEmptyBodyFixer (#6933)
|
1 year ago |
Julien Falque
|
64ec91d597
minor: Deprecate BracesFixer (#4885)
|
1 year ago |
Dariusz Rumiński
|
e04eef3d9e
feature: introduce single_space_around_construct, deprecate single_space_after_construct (#6857)
|
1 year ago |