Commit Graph

103 Commits

Author SHA1 Message Date
Tomas Votruba
e3f20c1fb6
[docker] remove docker building from release repository (#614) 2021-08-08 18:42:15 +02:00
Tomas Votruba
a8b01f217b
[automated] Re-Generate Nodes/Rectors Documentation (#619)
Co-authored-by: TomasVotruba <TomasVotruba@users.noreply.github.com>
2021-08-08 00:14:44 +00:00
Abdul Malik Ikhsan
0515b036a8
[GHA] Fix Along other packages on prefixed rector (#586) 2021-08-03 13:47:31 +00:00
Brandon Olivares
202b47a593
Upgrade phpstan/phpstan to 0.12.94 (#585) 2021-08-03 20:32:38 +07:00
Tomas Votruba
b3480900f3
[CodingStyle] Remove YieldClassMethodToArrayClassMethodRector, rather PHPStorm job (#576)
Co-authored-by: GitHub Action <action@github.com>
2021-08-02 17:39:36 +00:00
Tomas Votruba
5145487e37 recursion is not needed, as Rector now works till there is something to change 2021-08-02 17:50:38 +02:00
Tomas Votruba
89511623cd update docs 2021-08-02 16:54:22 +02:00
Tomas Votruba
645b7a8e8f
[automated] Re-Generate Nodes/Rectors Documentation (#562)
Co-authored-by: TomasVotruba <TomasVotruba@users.noreply.github.com>
2021-08-01 00:15:05 +00:00
Tomas Votruba
dfbd366b74
[Transform] Add MethodCallToMethodCallRector (#505)
Co-authored-by: GitHub Action <action@github.com>
2021-07-25 13:02:20 +02:00
Tomas Votruba
3d1ec1d85d bump docs 2021-07-23 18:26:12 +02:00
Abdul Malik Ikhsan
5967ffa267
Fix along other packages gha (#492) 2021-07-23 06:04:44 +00:00
Tomas Votruba
42f40fae08
[PHP 8.1] Add ReadOnlyPropertyRector (#491)
Co-authored-by: GitHub Action <action@github.com>
2021-07-23 00:16:11 +02:00
Tomas Votruba
178f3f643c
bump docs (#488) 2021-07-22 20:30:23 +02:00
NotionCommotion
bc29f1bb50
Update how_to_add_test_for_rector_rule.md (#473)
Described how tests must use the development repo.
2021-07-21 11:04:08 +02:00
NotionCommotion
820cb16122
Update README.md (#472)
Added note regarding minimum PHP version in composer.json.
2021-07-21 10:48:06 +02:00
Tomas Votruba
72b34a7d76 [Restoration] Remove way too specific CompleteMissingDependencyInNewRector 2021-07-15 01:28:20 +02:00
Abdul Malik Ikhsan
b8488b6cf2
Fix along PHPStan workflow on rector/rector (#421) 2021-07-10 19:46:10 +00:00
Tomas Votruba
c424040f97 bump phpstan in prefixed repo 2021-07-10 21:17:45 +02:00
Steve
36ac7ab284
Add support for phpstan/phpstan 0.12.91 (#379) 2021-07-06 16:01:43 +02:00
Tomas Votruba
c002efe1d9 skip self type 2021-07-06 01:10:55 +02:00
Tomas Votruba
5f43d6b712
Make RemoveUnusedPrivateClassConstantRector use of static reflection (#384) 2021-07-05 09:39:26 +00:00
Tomas Votruba
a9b1bbba88
[PHP 8.0] Make Downgrade widening union depend on ClassMethod, the narrow scope (#375)
Co-authored-by: GitHub Action <action@github.com>
2021-07-04 18:11:13 +00:00
Tomas Votruba
8733e7335f
[PHP 8.0] Add support for nested annotation to attributes (#342) 2021-06-30 21:39:28 +00:00
github-actions[bot]
20ad16b1e6
[automated] Re-Generate Nodes/Rectors Documentation (#307)
Co-authored-by: TomasVotruba <TomasVotruba@users.noreply.github.com>
2021-06-27 13:59:54 +02:00
Tomas Votruba
68c2bcda1b
[composer] remove dependency on nette-to-symfony, very niche package that would require much work to be used in public (#290) 2021-06-25 18:59:21 +02:00
Tomas Votruba
725c7c92b9
[Configuration] Move from service-juggling to cleaner value object (#266)
Co-authored-by: GitHub Action <action@github.com>
2021-06-22 18:59:21 +00:00
Tomas Votruba
697c20ec33
Enable changed files cache by default (#270) 2021-06-22 18:06:13 +02:00
Tomas Votruba
a41384bc00
Fix doc importing on Doctrine annotation class rename (#264)
Co-authored-by: GitHub Action <action@github.com>
2021-06-22 10:30:29 +00:00
github-actions[bot]
ff4a9883f9
[automated] Re-Generate Nodes/Rectors Documentation (#252)
Co-authored-by: TomasVotruba <TomasVotruba@users.noreply.github.com>
2021-06-21 21:13:57 +02:00
rajyan
b62161e4cb
Revert "add DockerHub overview update workflow (#249)" (#254)
This reverts commit c2dbe67cb6.
2021-06-20 18:25:36 +07:00
rajyan
c2dbe67cb6
add DockerHub overview update workflow (#249) 2021-06-19 17:59:27 +02:00
Abdul Malik Ikhsan
d45dec8630
Apply missing update phpstan req at target-repository (#250) 2021-06-19 15:40:02 +00:00
Tomas Votruba
5e6a01145f
[README] fix ecs.php link 2021-06-17 11:33:54 +02:00
Sebastian Schreiber
25821f6212
[TASK] Add documentation about FileProcessors (#121)
* [TASK] Add documentation about FileProcessors

Resolves: https://github.com/rectorphp/rector/issues/6374

* [TASK] Change some things
2021-06-13 13:19:16 +02:00
github-actions[bot]
651562dca2
[automated] Re-Generate Nodes/Rectors Documentation (#211)
Co-authored-by: TomasVotruba <TomasVotruba@users.noreply.github.com>
2021-06-13 11:47:20 +02:00
Tomas Votruba
1a3afef04d
PHPStan updated and static fixes (#192) 2021-06-10 10:33:49 +00:00
Tomas Votruba
f3b3c8727f
[docs] example and title for tests (#191)
* [docs] example and title for tests

* fix cs
2021-06-09 16:45:03 +02:00
Tomas Votruba
e50ad80290
[tests] fix rectors custom naming convention (#188) 2021-06-09 12:56:02 +00:00
github-actions[bot]
3158767ccb
[automated] Re-Generate Nodes/Rectors Documentation (#157)
Co-authored-by: TomasVotruba <TomasVotruba@users.noreply.github.com>
2021-06-06 09:47:29 +02:00
TomasVotruba
49bde94ec1 fix directory export-ignore path 2021-06-05 19:39:22 +02:00
rajyan
d9db5bd802
add details about node traversal order (#131) 2021-05-31 14:27:33 +02:00
github-actions[bot]
0864547a0d
[automated] Re-Generate Nodes/Rectors Documentation (#125)
Co-authored-by: TomasVotruba <TomasVotruba@users.noreply.github.com>
2021-05-30 09:41:13 +02:00
Sebastian Schreiber
a6b7bdd79b
[TASK] Allow higher phpstan version (#101)
- Resolves: https://github.com/rectorphp/rector/issues/6450
2021-05-25 13:41:15 +02:00
Tomas Votruba
70b8470280
[README] cleanup to improve focus (#95)
* [README] cleanup to improve focus

* add a book reference
2021-05-23 17:03:35 +02:00
Abdul Malik Ikhsan
ed8191fb64
[Docs] Fixes rector_rules_overview.md docs link in each rules (#92) 2021-05-23 11:24:43 +02:00
TomasVotruba
0b9c95e8d6 [README] Drop docker direct link, with downgraded+prefixed version by default is not needed anymore 2021-05-20 22:10:58 +01:00
Abdul Malik Ikhsan
ddd054ffff
[GHA] Alternative for close PR auto (#84)
* [GHA] Alternative for close PR

* title action
2021-05-20 18:17:59 +00:00
Abdul Malik Ikhsan
b0a75c7a1b
[GHA] Fix bad substitution error (#83) 2021-05-20 17:02:27 +00:00
Abdul Malik Ikhsan
624cd94dd7
use ${{ secrets.GITHUB_TOKEN }} on auto-closer (#82)
Another try with ${{ secrets.GITHUB_TOKEN }} instead of ${{ secrets.ACCESS_TOKEN }}
2021-05-20 15:34:04 +00:00
Abdul Malik Ikhsan
39e73a4875
[GHA] Using PR auto closer on rector/rector (#80)
* [GHA] Using PR auto closer on rector/rector

* word

* try with ${{ secrets.ACCESS_TOKEN }}
2021-05-20 15:01:19 +00:00