Valentin Udaltsov
|
b72f7277bb
chore: Fix typos in AbstractFixerTestCase (#8247)
|
4 weeks ago |
Kuba Werłos
|
446e618715
CI: update PHPStan to 1.12.2 (#8198)
|
2 months ago |
Kuba Werłos
|
4b6dfd5118
fix: CI for PHP 8.4 (#8114)
|
3 months ago |
Christophe Coevoet
|
1251948699
feat: Add sprintf in the list of compiler optimized functions (#8092)
|
4 months ago |
Dariusz Rumiński
|
064efa1f89
refactor: refactor to templated trait+interface (#7988)
|
4 months ago |
Michael Voříšek
|
db8c6b0583
chore: Normalize implicit backslahes in single quoted strings internally (#7786)
|
6 months ago |
Greg Korba
|
6ec70053ac
DX: Prevent having deprecated fixers listed as successors of other deprecated fixers (#7967)
|
6 months ago |
Kuba Werłos
|
35aca55ad8
DX: cleanup `FullyQualifiedStrictTypesFixerTest` (#7954)
|
6 months ago |
Kuba Werłos
|
8713dfdae5
DX: cleanup `PhpUnitMethodCasingFixerTest` (#7948)
|
6 months ago |
Kuba Werłos
|
f3aa277bcc
DX: cleanup `PhpUnitStrictFixerTest` (#7938)
|
7 months ago |
Kuba Werłos
|
5aae628b5f
DX: cleanup `PhpdocNoAccessFixerTest` (#7933)
|
7 months ago |
Kuba Werłos
|
c505b556e0
feat: `MbStrFunctionsFixer` - add support for `mb_trim`, `mb_ltrim` and `mb_rtrim` functions (#7840)
|
8 months ago |
Greg Korba
|
adaea49564
feat: Enable symbol importing in `@PhpCsFixer` ruleset (#7629)
|
10 months ago |
Dariusz Rumiński
|
56b8635b08
chore: minor code cleanup (#7607)
|
10 months ago |
Dariusz Rumiński
|
2732da24a5
chore: more types (#7598)
|
10 months ago |
Kuba Werłos
|
ded7affdc8
DX: make sure that exceptions in `AbstractFixerTestCase::testProperMethodNaming` are not already fixed (#7588)
|
10 months ago |
Dariusz Rumiński
|
ac9c2e055f
chore: PHPDoc key-value spacing (#7592)
|
10 months ago |
Kuba Werłos
|
93fa899049
DX: unify fixer's test method names - quick wins (#7584)
|
10 months ago |
Kuba Werłos
|
ff9b6f458d
chore: unify tests not agnostic of PHP version (#7581)
|
11 months ago |
Kuba Werłos
|
7de792fba7
DX: unify tests for casing fixers (#7558)
|
11 months ago |
Kuba Werłos
|
19474f5260
DX: Enforce consistent naming in tests (#7556)
|
11 months ago |
Kuba Werłos
|
df13d63ffb
DX: check fixer's options for wording (#7543)
|
11 months ago |
Kuba Werłos
|
2a2176f759
fix: AbstractFixerTestCase - fix checking for correct casing (#7540)
|
11 months ago |
Kuba Werłos
|
d605976e6b
DX: remove AbstractFixerTestCase::getTestFile() (#7495)
|
11 months ago |
Kuba Werłos
|
eb775b445a
DX: PsrAutoloadingFixerTest - do not build mock in data provider (#7491)
|
11 months ago |
Dariusz Rumiński
|
45a453070b
chore: officially support PHP 8.3 (#7466)
|
11 months ago |
SpacePossum
|
e067339478
feat: Introduce `native_type_declaration_casing` fixer (#7330)
|
1 year ago |
Andreas Möller
|
2abddefba3
feat: Deprecate `NewWithBracesFixer` and proxy to `NewWithParenthesesFixer` (#7331)
|
1 year ago |
Kuba Werłos
|
dc9d95847c
DX: do not allow version specific code sample with minimum PHP version lower than the lowest supported one (#7207)
|
1 year ago |
Kuba Werłos
|
ad4784526f
DX: ensure version specific code samples are suitable for at least 1 supported PHP version (#7212)
|
1 year ago |
Kuba Werłos
|
287c45b0f4
DX: enable `UseArrowFunctionsFixer` for the codebase (#7194)
|
1 year ago |
Kuba Werłos
|
2cb7735870
DX: unify Preg:match in logical conditions (#7146)
|
1 year ago |
Kuba Werłos
|
d512e7ee5d
DX: make `array_search` call strict (#7145)
|
1 year ago |
Kuba Werłos
|
63e487cc34
DX: use strict assertions (#7144)
|
1 year ago |
Dariusz Rumiński
|
ca0c4e7703
docs: check format of FixerDefinition::getDescription() (#7127)
|
1 year ago |
Kuba Werłos
|
46456725f0
DX: do not allow linebreak at the beginning of code sample (#7126)
|
1 year ago |
Kay W
|
398c2e61e1
DX: Make `AbstractFixerTestCase::getTestFile()` final (#7116)
|
1 year ago |
Kuba Werłos
|
a7cd7ca14f
DX: convert more `static` to `self` assert calls (#6931)
|
1 year ago |
Dariusz Rumiński
|
11bc3fb4e9
DX: fix Unsafe call to private method errors reported by PHPStan (#6879)
|
1 year ago |
Kuba Werłos
|
5b20cfd4ae
DX: make data providers static for fixer's tests (#6860)
|
1 year ago |
Kuba Werłos
|
200b746258
DX: unify option's descriptions (#6856)
|
1 year ago |
Jeremiasz Major
|
4d5472ca2c
DX: Specify value type in iterables in tests (#6594)
|
2 years ago |
SpacePossum
|
73546a8406
DX: Assert dataproviders of tests of project itself return "array" or "iterable". (#6524)
|
2 years ago |
SpacePossum
|
75d8420520
feature: NoUnneededControlParenthesesFixer - Fix more cases (#6409)
|
2 years ago |
SpacePossum
|
22d3cbfd0d
Bump migration sets used to PHP7.4
|
2 years ago |
SpacePossum
|
6474f90e5c
PHP7.4 - properties types
|
2 years ago |
SpacePossum
|
2b03444c6a
Use expectNotToPerformAssertions where applicable
|
2 years ago |
SpacePossum
|
79f0872575
TokensAnalyzer.php - Fix T_ENCAPSED_AND_WHITESPACE handling in isBinaryOperator
|
3 years ago |
SpacePossum
|
df52f67a92
CS/SCA/tweaks/additonal tests/Grammar/Typos
|
3 years ago |
SpacePossum
|
970fb3207d
Improve code coverage
|
3 years ago |