Dariusz Rumiński
|
a3dc0626c0
chore: Tokens - simplify (un)registerFoundToken types (#8328)
|
1 day ago |
Dariusz Rumiński
|
bb7775bf64
chore: mark classes as readonly (#8275)
|
1 day ago |
Kuba Werłos
|
65976d4fbd
feat: `PhpUnitTestCaseStaticMethodCallsFixer` - make sure all static protected methods are handled (#8327)
|
1 day ago |
Daniel Siepmann
|
176b3bda1b
feat: `PhpUnitTestCaseStaticMethodCallsFixer` - support createStub (#8319)
|
2 days ago |
Dariusz Rumiński
|
3e0003dae7
CI: enable phpdoc_to_property_type on php-lowest (#8324)
|
2 days ago |
Dariusz Rumiński
|
7045be8815
chore: add more typehints (#8325)
|
3 days ago |
Dariusz Rumiński
|
a942a21aff
chore: temporarily prevent symfony/process 7.2+ (#8322)
|
3 days ago |
Dariusz Rumiński
|
89ed8677b8
chore: upgrade PHPStan (#8321)
|
3 days ago |
Dariusz Rumiński
|
3b6aec058d
chore: more const, better typing (#8320)
|
3 days ago |
Dariusz Rumiński
|
f8ce79838a
chore: DotsOutput - more const, better typing (#8318)
|
3 days ago |
Dariusz Rumiński
|
a3726ef887
feat: Tokenizer - initial support for PHP 8.4 property hooks (#8312)
|
1 week ago |
Dariusz Rumiński
|
368c699115
feat: PhpUnitTestCaseStaticMethodCallsFixer - cover PHPUnit v11.5 methods (#8314)
|
1 week ago |
Dariusz Ruminski
|
0fa6fe639a
Create SECURITY.md
|
2 weeks ago |
Kuba Werłos
|
23534bff9e
feat: `UseArrowFunctionsFixer` - support multiline statements (#8311)
|
3 weeks ago |
Dariusz Rumiński
|
4fe0771f27
test: `CiConfigurationTest` - drop not needed condition, logic is checked in upcoming assertion (#8303)
|
3 weeks ago |
Dariusz Ruminski
|
f5b5b608d6
bumped version
|
3 weeks ago |
Dariusz Ruminski
|
79d4f3e77b
prepared the 3.65.0 release
|
3 weeks ago |
Dariusz Rumiński
|
700668eb81
chore: mark remaining Analysis as `@internal` (#8284)
|
3 weeks ago |
Dariusz Rumiński
|
163a7ed254
refactor: use arrow functions in more places (#8294)
|
3 weeks ago |
Oleksandr Prypkhan
|
42f3692224
feat: Ability to set upper limit when using CPU auto-detection (#8280)
|
1 month ago |
Greg Korba
|
effd9a3b48
refactor: Rename newly introduced option (#8293)
|
1 month ago |
Dariusz Rumiński
|
0adec432f0
chore: PHPStan - upgrade to v2 (#8288)
|
1 month ago |
Dariusz Rumiński
|
52dc062105
feat: phpdoc_to_property_type - handle virtual types and null initialization, enable in php-highest CI job (#8283)
|
1 month ago |
Dariusz Rumiński
|
ccad080a5c
chore: update dev dependencies in root (#8289)
|
1 month ago |
Dariusz Rumiński
|
e37cb56a4f
fix: proper base class used for AbstractDoctrineAnnotationFixer templates generation (#8291)
|
1 month ago |
Dariusz Rumiński
|
17dfe253d9
fix: fix typing property wrongly typed as non-nullable (#8290)
|
1 month ago |
Dariusz Rumiński
|
6f88420b78
chore: bump dev-tools (#8286)
|
1 month ago |
Dariusz Rumiński
|
922305090f
CI: use phpstan-symfony (#8287)
|
1 month ago |
Dariusz Rumiński
|
ab83245608
fix: fix typing of few properties wrongly typed as non-nullable (#8285)
|
1 month ago |
Dariusz Rumiński
|
236d546062
chore: reduce amount of class mutable properties (#8281)
|
1 month ago |
Kuba Werłos
|
31fe2ea9e6
chore: do not use `Reflection*::setAccessible` (#8264)
|
1 month ago |
Dariusz Rumiński
|
2686bde4ba
test: `@PHP82Migration:risky` - add integration tests (#8278)
|
1 month ago |
Kuba Werłos
|
c7ee73c8b3
feat: create `@PHP82Migration:risky` ruleset (#8277)
|
1 month ago |
Marius Posthumus
|
9dc423778d
fix: Do not mark with `@coversNothing` if `CoversMethod`/`CoversFunction` attribute is used (#8268)
|
1 month ago |
Kuba Werłos
|
c362c4018b
fix: `BlankLineAfterOpeningTagFixer` - add blank line in file starting with multi-line comment (#8256)
|
1 month ago |
Dariusz Rumiński
|
27dde9afa3
chore: add todo for PHP v8 (#8274)
|
1 month ago |
Dariusz Rumiński
|
24c6f26674
chore: auto-fallback to sequential runner if single CPU would handle it (#8154)
|
1 month ago |
Dariusz Rumiński
|
a8d1420907
chore: Token - remove 'changed' property (#8273)
|
1 month ago |
Dariusz Rumiński
|
0891816115
refactor: Runner - Enhance eventing system (#8276)
|
1 month ago |
Dariusz Rumiński
|
454d184c15
chore: GithubClient - make URL injectable (#8272)
|
1 month ago |
Dariusz Rumiński
|
d1ed4aa39b
chore: update PHPStan to 1.12.9 (#8271)
|
1 month ago |
Matthieu Lempereur
|
c818a8e4c2
docs: fix unconsistency in config doc (#8269)
|
1 month ago |
Kuba Werłos
|
7ffb265606
chore: remove not needed PHP version requirements in descriptions (#8265)
|
1 month ago |
Michael Voříšek
|
5937ce4eaf
DX: Cover `php-cs-fixer` file with static analysis (#8229)
|
1 month ago |
Kuba Werłos
|
daf0550dc3
deps: add `composer-smaller-lock` (#8263)
|
1 month ago |
Michael Voříšek
|
168ac89555
feat: Store PHPDoc offset in `DataProviderAnalysis` (#8226)
|
1 month ago |
Michael Voříšek
|
c982d2c7e0
fix: Tokens::overrideRange() block cache pruning (#8240)
|
1 month ago |
Kuba Werłos
|
275bd9a20c
chore: block changing tokens collection size using `PhpCsFixer\Tokenizer\Tokens::setSize` (#8257)
|
1 month ago |
Kuba Werłos
|
3953c5cac4
chore: update `checkbashisms` to 2.24.1 (#8258)
|
2 months ago |
Kuba Werłos
|
75c07a2ad1
deps: update PHPStan to 1.12.7 (#8255)
|
2 months ago |