3154 Commits

Author SHA1 Message Date
Tomas Votruba
4f063d73a4 update docs 2018-08-01 22:14:00 +02:00
Tomas Votruba
c1aae6d7da misc 2018-08-01 22:13:59 +02:00
Tomas Votruba
943b20a83f move Dynamic Rectors to its own namespaces 2018-08-01 22:08:08 +02:00
Tomas Votruba
c312ecc2d3 move Dynamic Rectors to its own namespaces 2018-08-01 22:08:08 +02:00
Tomas Votruba
75982383ec Add FunctionToMethodCallRector test 2018-08-01 22:08:08 +02:00
Tomas Votruba
f44e42d2b9 move Dynamic Rectors to its own namespaces 2018-08-01 21:31:17 +02:00
Tomas Votruba
be8e578fa7 move Dynamic Rectors to its own namespaces 2018-08-01 21:31:17 +02:00
Tomas Votruba
11bd22dbc7 move Dynamic Rectors to its own namespaces 2018-08-01 21:31:17 +02:00
Tomas Votruba
88f9dc754f # This is a combination of 2 commits.
# This is the 1st commit message:

move Dynamic Rectors to its own namespaces

# The commit message #2 will be skipped:

# fixup! move Dynamic Rectors to its own namespaces
2018-08-01 21:31:16 +02:00
Tomas Votruba
014fcbbd3f move Arguments Rectors from Dynamic to own namespace 2018-08-01 21:31:16 +02:00
Tomas Votruba
90918c4e2d fix space regression 2018-08-01 21:31:16 +02:00
Tomas Votruba
ca6dbf55c4 add ConfiguredCodeSample 2018-08-01 21:31:16 +02:00
Tomas Votruba
2bf86874f4 add ConfiguredCodeSample 2018-08-01 21:31:16 +02:00
Tomas Votruba
8dcc357104 remove duplicated test 2018-08-01 21:31:16 +02:00
Tomas Votruba
34989eb043 add ConfiguredCodeSample 2018-08-01 21:31:16 +02:00
Tomas Votruba
3b2304e1da add ConfiguredCodeSample 2018-08-01 21:31:01 +02:00
Tomas Votruba
7667c5230a render configuratoin to configurabe rectors as well 2018-08-01 21:31:01 +02:00
Tomas Votruba
9c060dfd15 add minimenu 2018-08-01 21:31:01 +02:00
Tomas Votruba
a079a29f6b rename DescribeCommand to GenerateRectorOverviewCommand 2018-08-01 16:30:42 +02:00
Tomas Votruba
e627166174 cleanup DescribeCommand to provide only markdown output 2018-08-01 16:27:55 +02:00
Tomas Votruba
b3188d3a32 show-diffs by default 2018-08-01 16:27:55 +02:00
Tomas Votruba
ccb09d1aed add ConfiguredCodeSample and CodeSampleInterface 2018-08-01 16:27:55 +02:00
Tomas Votruba
56b1bec61a decouple PhpRectorInterface 2018-08-01 16:27:55 +02:00
Tomas Votruba
2f5392ef38 add menu 2018-07-31 23:58:00 +02:00
Tomas Votruba
221113a712 Add --all optino to DescribeCommand instead of fake and invalid config 2018-07-31 23:42:45 +02:00
Tomas Votruba
722f8e9b88 update docs 2018-07-31 19:03:50 +02:00
Tomas Votruba
3c95af05f3 Add dynamic Rectors to DescribeCommand [closes #451] 2018-07-31 14:48:28 +02:00
Tomas Votruba
10cdca6f95 add RectorGuard 2018-07-31 14:04:41 +02:00
Tomas Votruba
ff9a31ef28 README: hide unused coverage for now 2018-07-31 13:43:45 +02:00
Tomas Votruba
d0dac50aef publish prefixed 2018-07-31 13:41:05 +02:00
Tomáš Votruba
c9bfebaab7
Merge pull request #543 from rectorphp/constant-visibility
[Rector] Add ChangeConstantVisibilityRector
2018-07-31 13:36:18 +02:00
Tomas Votruba
1f58b96f05 decopule resolveNewVisibilityForNode() method 2018-07-31 13:29:44 +02:00
Tomas Votruba
1cc094845d [Rector] Add ChangeConstantVisibilityRector 2018-07-31 13:29:44 +02:00
Tomáš Votruba
0ee1b7186f
Merge pull request #542 from rectorphp/method-visibility
[Rector] Add ChangeMethodVisibilityRector
2018-07-31 13:28:47 +02:00
Tomas Votruba
f45d3047dc [Rector] Add ChangeMethodVisibilityRector 2018-07-31 13:24:57 +02:00
Tomáš Votruba
b643805ade
Merge pull request #540 from rectorphp/change-parent-property-visibility-rector
[Rector] Add ChangePropertyVisibilityRector
2018-07-31 13:23:22 +02:00
Tomas Votruba
98a56c47f2 Add support for other modifiers 2018-07-31 10:57:43 +02:00
Tomas Votruba
c13a279bf1 Add ChangePropertyVisibilityRector 2018-07-31 10:09:36 +02:00
Tomas Votruba
e89f1fd2f1 cleanup config 2018-07-31 09:23:25 +02:00
Tomáš Votruba
5d8fd39406
Merge pull request #538 from rectorphp/trait-many
Add multi-trait support to ParentClassToTraitRector [closes #536]
2018-07-31 08:56:50 +02:00
Tomas Votruba
f7cd31bd26 update docs 2018-07-31 08:38:48 +02:00
Tomas Votruba
cc02ecb046 phpstan - fix known value 2018-07-31 08:38:25 +02:00
Tomas Votruba
a02de9c549 make test case use of Silvestripe case 2018-07-31 08:31:56 +02:00
Tomas Votruba
2e6a7d43e6 keep the order the way it is in config 2018-07-31 08:31:56 +02:00
Tomas Votruba
6fdb711b02 complete multiple traits test 2018-07-31 08:31:56 +02:00
Tomas Votruba
7916a692fa Add multiple cases support to ParentClassToTraitsRector 2018-07-31 08:31:56 +02:00
Tomas Votruba
c217a7e1f1 Add multi-trait support to ParentClassToTraitRector [closes #536] 2018-07-31 08:16:29 +02:00
Tomas Votruba
979f702a85 composer: add build-rector-prefixed command 2018-07-31 08:08:42 +02:00
Tomas Votruba
4d986842c6 README: add link to rector-prefixed repo 2018-07-29 12:41:48 +02:00
Tomáš Votruba
85f0767103
Merge pull request #531 from rectorphp/prefix-readme
Prefixed Rector - Add README and .travis.yml
2018-07-29 09:25:54 +02:00