Oleksandr Prypkhan
|
42f3692224
feat: Ability to set upper limit when using CPU auto-detection (#8280)
|
1 день назад |
Greg Korba
|
effd9a3b48
refactor: Rename newly introduced option (#8293)
|
2 дней назад |
Dariusz Rumiński
|
0adec432f0
chore: PHPStan - upgrade to v2 (#8288)
|
2 дней назад |
Dariusz Rumiński
|
52dc062105
feat: phpdoc_to_property_type - handle virtual types and null initialization, enable in php-highest CI job (#8283)
|
2 дней назад |
Dariusz Rumiński
|
ccad080a5c
chore: update dev dependencies in root (#8289)
|
3 дней назад |
Dariusz Rumiński
|
e37cb56a4f
fix: proper base class used for AbstractDoctrineAnnotationFixer templates generation (#8291)
|
3 дней назад |
Dariusz Rumiński
|
17dfe253d9
fix: fix typing property wrongly typed as non-nullable (#8290)
|
3 дней назад |
Dariusz Rumiński
|
6f88420b78
chore: bump dev-tools (#8286)
|
3 дней назад |
Dariusz Rumiński
|
922305090f
CI: use phpstan-symfony (#8287)
|
3 дней назад |
Dariusz Rumiński
|
ab83245608
fix: fix typing of few properties wrongly typed as non-nullable (#8285)
|
3 дней назад |
Dariusz Rumiński
|
236d546062
chore: reduce amount of class mutable properties (#8281)
|
4 дней назад |
Kuba Werłos
|
31fe2ea9e6
chore: do not use `Reflection*::setAccessible` (#8264)
|
4 дней назад |
Dariusz Rumiński
|
2686bde4ba
test: `@PHP82Migration:risky` - add integration tests (#8278)
|
1 неделя назад |
Kuba Werłos
|
c7ee73c8b3
feat: create `@PHP82Migration:risky` ruleset (#8277)
|
1 неделя назад |
Marius Posthumus
|
9dc423778d
fix: Do not mark with `@coversNothing` if `CoversMethod`/`CoversFunction` attribute is used (#8268)
|
1 неделя назад |
Kuba Werłos
|
c362c4018b
fix: `BlankLineAfterOpeningTagFixer` - add blank line in file starting with multi-line comment (#8256)
|
1 неделя назад |
Dariusz Rumiński
|
27dde9afa3
chore: add todo for PHP v8 (#8274)
|
1 неделя назад |
Dariusz Rumiński
|
24c6f26674
chore: auto-fallback to sequential runner if single CPU would handle it (#8154)
|
1 неделя назад |
Dariusz Rumiński
|
a8d1420907
chore: Token - remove 'changed' property (#8273)
|
1 неделя назад |
Dariusz Rumiński
|
0891816115
refactor: Runner - Enhance eventing system (#8276)
|
1 неделя назад |
Dariusz Rumiński
|
454d184c15
chore: GithubClient - make URL injectable (#8272)
|
1 неделя назад |
Dariusz Rumiński
|
d1ed4aa39b
chore: update PHPStan to 1.12.9 (#8271)
|
1 неделя назад |
Matthieu Lempereur
|
c818a8e4c2
docs: fix unconsistency in config doc (#8269)
|
2 недель назад |
Kuba Werłos
|
7ffb265606
chore: remove not needed PHP version requirements in descriptions (#8265)
|
2 недель назад |
Michael Voříšek
|
5937ce4eaf
DX: Cover `php-cs-fixer` file with static analysis (#8229)
|
2 недель назад |
Kuba Werłos
|
daf0550dc3
deps: add `composer-smaller-lock` (#8263)
|
3 недель назад |
Michael Voříšek
|
168ac89555
feat: Store PHPDoc offset in `DataProviderAnalysis` (#8226)
|
3 недель назад |
Michael Voříšek
|
c982d2c7e0
fix: Tokens::overrideRange() block cache pruning (#8240)
|
3 недель назад |
Kuba Werłos
|
275bd9a20c
chore: block changing tokens collection size using `PhpCsFixer\Tokenizer\Tokens::setSize` (#8257)
|
3 недель назад |
Kuba Werłos
|
3953c5cac4
chore: update `checkbashisms` to 2.24.1 (#8258)
|
1 месяц назад |
Kuba Werłos
|
75c07a2ad1
deps: update PHPStan to 1.12.7 (#8255)
|
1 месяц назад |
Kuba Werłos
|
a94df75094
chore: do not call `Tokens::setSize` in `GroupImportFixer` (#8253)
|
1 месяц назад |
Kuba Werłos
|
8a77bbe783
docs: mention github action example instead of travis-ci (#8250)
|
1 месяц назад |
Michael Voříšek
|
b58891cddf
chore: Cheaper file check first (#8252)
|
1 месяц назад |
Dariusz Rumiński
|
60618e4681
chore: tests/Tokenizer/Transformer - better typehinting (#8243)
|
1 месяц назад |
Valentin Udaltsov
|
b72f7277bb
chore: Fix typos in AbstractFixerTestCase (#8247)
|
1 месяц назад |
Dariusz Rumiński
|
daab03a5f4
chore: bump PHPStan (#8245)
|
1 месяц назад |
Dariusz Rumiński
|
2e9423c80f
chore: ConfigInterface - better types (#8244)
|
1 месяц назад |
Michael Voříšek
|
6ba531ac83
chore: Token::getContent() phpdoc return type (#8236)
|
1 месяц назад |
Dariusz Rumiński
|
277509719c
CI: Ensure php-cs-fixer PHP compatibility /part (#8241)
|
1 месяц назад |
Greg Korba
|
ae4a8eb1c0
CI: Ensure `php-cs-fixer` PHP compatibility (#8235)
|
1 месяц назад |
Vincent Langlet
|
46abfa6589
fix: NoSuperfluousPhpdocTagsFixer - Remove superfluous phpdoc of parameter with attribute (#8237)
|
1 месяц назад |
Kuba Werłos
|
c808dec276
chore: remove incorrect priority tests (#8231)
|
1 месяц назад |
Kuba Werłos
|
3e8101812e
fix: `MultilineWhitespaceBeforeSemicolonsFixer` - do not produce syntax error when there is a meaningful token after semicolon (#8230)
|
1 месяц назад |
Kuba Werłos
|
fa0938fd66
fix: `NullableTypeDeclarationFixer` - do not break syntax when there is no space before `?` (#8224)
|
1 месяц назад |
Kuba Werłos
|
814392af91
chore: fix priority tests (#8223)
|
1 месяц назад |
Kuba Werłos
|
7ce4c6ee39
chore: remove from priority tests exceptions tests that are not actually exceptions (#8222)
|
1 месяц назад |
Kuba Werłos
|
2ed16cc157
fix: check for priority tests correctly (#8221)
|
1 месяц назад |
Kuba Werłos
|
99d98a99cd
chore: use null coalescing assignment operator where possible (#8219)
|
1 месяц назад |
Kuba Werłos
|
b0892ff3d2
fix: `PhpUnitDataProviderNameFixer` - for an attribute between PHPDoc and test method (#8217)
|
1 месяц назад |