Tomas Votruba
|
e0ad0f960f
|
[Tests] Move from getRectorsWithConfiguration() to provideConfigFileInfo() to make test configs more intuitive (#5468)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
|
2021-02-09 15:02:29 +01:00 |
|
Abdul Malik Ikhsan
|
484676325a
|
[DeadDocBlock] Rollback other_comment_before_var.php.inc for RemoveNonExistingVarAnnotationRector (#5412)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
|
2021-02-03 15:22:50 +01:00 |
|
Tomas Votruba
|
fa3af124b0
|
[DeadDocBlock] Add RemoveUselessVarTagRector (#5382)
Co-authored-by: rector-bot <tomas@getrector.org>
|
2021-01-30 22:16:37 +01:00 |
|
Tomas Votruba
|
c8da4517ec
|
drop addBareTag() method (#5379)
|
2021-01-30 18:12:24 +00:00 |
|
Ruud Kamphuis
|
3b75c2fdd2
|
VarTagRemover should not remove arrays of interfaces (#5377)
|
2021-01-30 17:06:59 +01:00 |
|
Tomas Votruba
|
e1310abebb
|
[Nette 3.0] Add #[Inject] attribute (#5376)
|
2021-01-30 15:06:43 +00:00 |
|
Tomas Votruba
|
34c0f08969
|
[Generic] Split rules to their particular categories (#5354)
Co-authored-by: rector-bot <tomas@getrector.org>
|
2021-01-29 00:32:20 +01:00 |
|
Abdul Malik Ikhsan
|
c2c5228199
|
[TypeDeclaration] Improve FlipTypeControlToUseExclusiveTypeRector : add Nullable support for Assign expr (#5254)
Co-authored-by: rector-bot <tomas@getrector.org>
|
2021-01-20 11:41:35 +00:00 |
|
Tomas Votruba
|
05356b393a
|
Getting rid of attribute (#5246)
Co-authored-by: rector-bot <tomas@getrector.org>
|
2021-01-19 22:32:28 +01:00 |
|
Tomas Votruba
|
4b7f6f4a72
|
use PhpDocTagRemoer as a service (#5242)
Co-authored-by: rector-bot <tomas@getrector.org>
|
2021-01-19 19:45:30 +00:00 |
|
Tomas Votruba
|
66d0b61a9d
|
[Comments] Decouple new package (#5239)
* [Comments] Decopule new package
* fix RemoveNonExistingVarAnnotationRector
* decopule PropertyFetchFinder
* misc
* fix fixed printer
* fix import
* remove dead code
* fix comparing nodes with tokens instead of identical compare
* remove complexity
* decouple IndentCharacterDetector
* [ci-review] Rector Rectify
Co-authored-by: rector-bot <tomas@getrector.org>
|
2021-01-19 19:11:10 +00:00 |
|
Tomas Votruba
|
bbe758ab60
|
phpdoc info refactor part 4 (#5231)
* remove useless docblocks
* misc
* [ci-review] Rector Rectify
* [ci-review] Rector Rectify
Co-authored-by: rector-bot <tomas@getrector.org>
|
2021-01-19 01:15:32 +00:00 |
|
Tomas Votruba
|
ad9448018c
|
[PhpDocInfo Decouple] Use php doc info from factories, not from attribute (#5229)
* use single method to create docs
* use phpDocInfoFactory instead of getAttribte php doc info in Rectors
* move callig to phpDocInfoFactory
* misc
|
2021-01-18 21:45:13 +00:00 |
|
Tomas Votruba
|
a7550337f0
|
Add promoted property in PHP 8.0, when adding a ctor dependency (#5222)
* add PHP 8.0 test
* Add promoted property adding in constructor injection on PHP 8
* update tests to use propert promotion
* fix promoted property adding
* decopule Doctrine registry to manager
* shorter naming
* fix parent ctor completion
* nette promotion fixes
* fixes
* fix property inject
* misc
* misc
|
2021-01-18 13:09:48 +00:00 |
|
Tomas Votruba
|
4d6d2cd440
|
[PHP 8.0] Remove union types doc if useless (#5217)
Co-authored-by: rector-bot <tomas@getrector.org>
|
2021-01-18 02:56:12 +01:00 |
|
Tomas Votruba
|
83d2e1843f
|
[PHP 8.0] Remove var doc, if not useful (#5204)
Co-authored-by: rector-bot <tomas@getrector.org>
|
2021-01-16 17:45:12 +01:00 |
|
Abdul Malik Ikhsan
|
d8e13e9144
|
[AbstractRector] Add rollbackComments (#5005)
|
2020-12-27 10:54:05 +01:00 |
|
Abdul Malik Ikhsan
|
3ef72c375f
|
[DeadDocBlock] Skip RemoveNonExistingVarAnnotationRector on has other comment before var (#4988)
Co-authored-by: rector-bot <tomas@getrector.org>
|
2020-12-26 11:30:52 +01:00 |
|
Tomas Votruba
|
61b72a8d7c
|
[DeadDocBlock] Move RemoveNonExistingVarAnnotationRector here (#4984)
* [DeadDocBlock] Move RemoveNonExistingVarAnnotationRector here
* [ci-review] Rector Rectify
Co-authored-by: rector-bot <tomas@getrector.org>
|
2020-12-25 00:56:59 +00:00 |
|
Tomas Votruba
|
d465ec83e2
|
[DeadCode] Move RecastingRemovalRector from PHPStan set (#4983)
* [DeadCode] Move RecastingRemovalRector from PHPStan set
* [ci-review] Rector Rectify
* [ci-review] Rector Rectify
* [ci-review] Rector Rectify
Co-authored-by: rector-bot <tomas@getrector.org>
|
2020-12-25 00:22:45 +00:00 |
|
Abdul Malik Ikhsan
|
24e17588c1
|
[Utils] Run validate-fixture-namespace/classname to rules/ directories (#4935)
|
2020-12-22 18:12:20 +01:00 |
|
Tomas Votruba
|
520b8a9a85
|
[DeadDocBlock] decouple return and param rules (#4782)
* decopule return and parma rules
* enable in CI
* cleanup
* protected class-string vs string
|
2020-12-05 00:31:05 +00:00 |
|
Tomas Votruba
|
5201e949a1
|
[PHPStanExtensions] Add ForbiddenMethodCallOnTypeRule + move from docComment and Comments to PhpDocInfo (#4780)
Co-authored-by: rector-bot <tomas@getrector.org>
|
2020-12-05 00:22:12 +01:00 |
|