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 |
Hassan Tariq
|
5151098523
docs: Fix rule description (#6844)
|
2 years ago |
Kuba Werłos
|
8099262fc0
feature: add PhpUnitDataProviderStaticFixer (#6702)
|
2 years ago |
Kuba Werłos
|
f5726f5432
feature: make OrderedInterfacesFixer non-risky (#6722)
|
2 years ago |
SpacePossum
|
aafad72ef3
feature: NoUselessConcatOperatorFixer - Introduction (#6447)
|
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 |
SpacePossum
|
1a043f9b1b
bug: DateTimeCreateFromFormatCallFixer - Mark as risky (#6575)
|
2 years ago |
Jakub Kwaśniewski
|
d5ad795316
feature: Introduce configurability to PhpdocOrderFixer (#6466)
|
2 years ago |
LevFlavien
|
979454b8ec
docs: Add intersection type to types_spaces rule description (#6479)
|
2 years ago |
Julien Falque
|
505adc1f05
minor: extract NoMultipleStatementsPerLineFixer from BracesFixer (#6458)
|
2 years ago |
Jeremiasz Major
|
f408220706
DX: Add tests for type colon in backed enums (#6497)
|
2 years ago |
SpacePossum
|
83071d94b4
feature: NoUselessNullsafeOperatorFixer - Introduction (#6425)
|
2 years ago |
Julien Falque
|
b71e51fa2e
minor: extract CurlyBracesPositionFixer from BracesFixer (#6452)
|
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 |
SpacePossum
|
44665bb529
TrailingCommaInMultiline - Add `match` support (#6381)
|
2 years ago |
Dariusz Ruminski
|
cc8c0fe659
feature #5960 Extract StatementIndentationFixer from BracesFixer (julienfalque)
|
2 years ago |
liquid207
|
1cda359b5c
Add a fixer used to add `!` prefix to the first argument of DateTime::createFromFormat
|
3 years ago |
SpacePossum
|
cb4c02aa79
NoTrailingCommaInSinglelineFunctionCallFixer - Introduction
|
3 years ago |
Gregor Harlan
|
05fe704e1c
OrderedClassElementsFixer - handle enums
|
3 years ago |
Jeremiasz Major
|
877624a40d
NewWithBracesFixer - add no braces support
|
3 years ago |
SpacePossum
|
37ef9af66f
PHP8.1 - Enum support
|
3 years ago |
SpacePossum
|
11c42206eb
ClassReferenceNameCasingFixer - Update doc
|
3 years ago |
SpacePossum
|
701b30e6aa
SingleLineCommentSpacingFixer - Introduction
|
3 years ago |
SpacePossum
|
776850a6fa
ClassReferenceNameCasingFixer - introduction
|
3 years ago |
SpacePossum
|
8ea666d457
NoUnneededImportAliasFixer - Introduction
|
3 years ago |
Julien Falque
|
f65b48e75c
Extract StatementIndentationFixer from BracesFixer
|
3 years ago |
John Paul E. Balandan, CPA
|
ee541a6d30
GetClassToClassKeywordFixer - introduction
|
3 years ago |
SpacePossum
|
c1ede31a25
StringLengthToEmptyFixer - introduction
|
3 years ago |
SpacePossum
|
9d704a3c00
Documentation generation split up and add list.
|
3 years ago |
SpacePossum
|
4968ead667
AssignNullCoalescingToCoalesceEqualFixer - introduction
|
5 years ago |
SpacePossum
|
99f5790c85
NoSpaceAroundDoubleColonFixer - introduction
|
3 years ago |
SpacePossum
|
6b5f819285
PHP8.1 - Explicit octal integer literal notation
|
3 years ago |
SpacePossum
|
89106bccfb
IntegerLiteralCaseFixer - introduction
|
3 years ago |
SpacePossum
|
8723cf5f04
ModernizeStrposFixer - tweaks
|
3 years ago |
Alexander M. Turek
|
2ca22a27c4
Add ModernizeStrposFixer
|
3 years ago |
Dariusz Ruminski
|
a339a06f31
feature #5858 EmptyLoopConditionFixer - introduction (SpacePossum)
|
3 years ago |
Julien Falque
|
81084f1159
Extract ControlStructureContinuationPositionFixer from BracesFixer
|
3 years ago |