Julien Falque
|
505adc1f05
minor: extract NoMultipleStatementsPerLineFixer from BracesFixer (#6458)
|
2 лет назад |
SpacePossum
|
76bd49d937
bug: NoUnneededControlParenthesesFixer - Fix some curly close cases (#6502)
|
2 лет назад |
SpacePossum
|
e893f9b3d8
bug: Fix cases related to binary strings (#6432)
|
2 лет назад |
SpacePossum
|
aacc80403c
minor: ExplicitStringVariableFixer - Fix to PHP8.2 compat code (#6424)
|
2 лет назад |
SpacePossum
|
75d8420520
feature: NoUnneededControlParenthesesFixer - Fix more cases (#6409)
|
2 лет назад |
SpacePossum
|
c17e8422ec
DX: cleanup test (#6410)
|
2 лет назад |
Julien Falque
|
b71e51fa2e
minor: extract CurlyBracesPositionFixer from BracesFixer (#6452)
|
2 лет назад |
Kuba Werłos
|
abbd7ae97d
bug: StrictComparisonFixer must rune before ModernizeStrposFixer (#6455)
|
2 лет назад |
SpacePossum
|
f2482ac4c1
bug: IncrementStyleFixer - NoSpacesInsideParenthesisFixer - prio (#6416)
|
2 лет назад |
Kuba Werłos
|
41b6fe189f
bug: LambdaNotUsedImportFixer must run before MethodArgumentSpaceFixer (#6453)
|
2 лет назад |
Julien Falque
|
29d9dc888f
minor: Extract ControlStructureBracesFixer from BracesFixer (#6399)
|
2 лет назад |
Sander Verkuil
|
b513fb7e4c
feature: BlankLineBetweenImportGroupsFixer - Introduction (#6365)
|
2 лет назад |
Dariusz Ruminski
|
cc8c0fe659
feature #5960 Extract StatementIndentationFixer from BracesFixer (julienfalque)
|
2 лет назад |
SpacePossum
|
cb4c02aa79
NoTrailingCommaInSinglelineFunctionCallFixer - Introduction
|
3 лет назад |
SpacePossum
|
701b30e6aa
SingleLineCommentSpacingFixer - Introduction
|
3 лет назад |
SpacePossum
|
7bdb9a27b6
Add priority test
|
3 лет назад |
SpacePossum
|
248a56bfe0
feature #6267 NoUnneededImportAliasFixer - Introduction (SpacePossum)
|
3 лет назад |
SpacePossum
|
eb1e3d5dcc
TokensAnalyzer - fix isConstantInvocation detection for mulitple exce…
|
3 лет назад |
SpacePossum
|
8ea666d457
NoUnneededImportAliasFixer - Introduction
|
3 лет назад |
Julien Falque
|
f65b48e75c
Extract StatementIndentationFixer from BracesFixer
|
3 лет назад |
SpacePossum
|
b406a9dee3
Fix priority descriptions and tests.
|
3 лет назад |
John Paul E. Balandan, CPA
|
ee541a6d30
GetClassToClassKeywordFixer - introduction
|
3 лет назад |
Kuba Werłos
|
3efa9c6569
PhpdocLineSpanFixer - must run before NoSuperfluousPhpdocTagsFixer
|
3 лет назад |
Kuba Werłos
|
2b1146d6fb
NewWithBracesFixer - must run before ClassDefinitionFixer
|
3 лет назад |
Kuba Werłos
|
673c122679
StrictParamFixer - must run before MethodArgumentSpaceFixer
|
3 лет назад |
Kuba Werłos
|
d3c1c22fab
NoMultilineWhitespaceAroundDoubleArrowFixer must run before MethodArgumentSpaceFixer
|
3 лет назад |
SpacePossum
|
9473b38dc5
bug #6082 PhpUnitDedicateAssertFixer must run before NoUnusedImportsFixer (kubawerlos)
|
3 лет назад |
SpacePossum
|
df52f67a92
CS/SCA/tweaks/additonal tests/Grammar/Typos
|
3 лет назад |
Kuba Werłos
|
14d5458def
PhpUnitDedicateAssertFixer must run before NoUnusedImportsFixer
|
3 лет назад |
SpacePossum
|
c1ede31a25
StringLengthToEmptyFixer - introduction
|
3 лет назад |
SpacePossum
|
a1c8af0798
feature #4834 AssignNullCoalescingToCoalesceEqualFixer - introduction (SpacePossum)
|
3 лет назад |
SpacePossum
|
4968ead667
AssignNullCoalescingToCoalesceEqualFixer - introduction
|
5 лет назад |
SpacePossum
|
7ed8125016
PhpUnitDedicateAssertFixer - add "assertStringContainsString" and "assertStringEnds/StartsWith" support
|
3 лет назад |
SpacePossum
|
970fb3207d
Improve code coverage
|
3 лет назад |
Kuba Werłos
|
8fb5aab05e
RegularCallableCallFixer must run before NativeFunctionInvocationFixer
|
3 лет назад |
SpacePossum
|
0b64c2a5cf
Tree shake PHP8.1 PRs
|
3 лет назад |
Dariusz Ruminski
|
5b040122f3
DX: use modernize_strpos
|
3 лет назад |
SpacePossum
|
8723cf5f04
ModernizeStrposFixer - tweaks
|
3 лет назад |
Dariusz Ruminski
|
a339a06f31
feature #5858 EmptyLoopConditionFixer - introduction (SpacePossum)
|
3 лет назад |
SpacePossum
|
87f08d8b5c
Prepare for PHP8.1, clean ups, type hints, SCA
|
3 лет назад |
SpacePossum
|
3db05b60c9
EmptyLoopConditionFixer - introduction
|
3 лет назад |
SpacePossum
|
0b1320af10
simplify code, more tests
|
3 лет назад |
SpacePossum
|
9ddbc01bf2
ClassAttributesSeparationFixer - fixes
|
3 лет назад |
Dariusz Ruminski
|
d08c766524
Merge branch '3.0'
|
3 лет назад |
Kuba Werłos
|
229b44c3d5
Use @PHP71Migration rules
|
3 лет назад |
SpacePossum
|
074b7dfc4e
EmptyLoopBodyFixer - NoTrailingWhitespaceFixer - priority test
|
3 лет назад |
Dariusz Ruminski
|
62bb793c0c
feature #5745 EmptyLoopBodyFixer - introduction (SpacePossum, keradus)
|
3 лет назад |
SpacePossum
|
03ea2914fd
EmptyLoopBodyFixer - introduction
|
3 лет назад |
Dariusz Ruminski
|
ec10484549
Merge branch '2.19' into 3.0
|
3 лет назад |
John Paul E. Balandan, CPA
|
e4dd5a61eb
Add T_NAMESPACE in array of forbidden successors
|
3 лет назад |