2448 Commits

Author SHA1 Message Date
Tomas Votruba
7993f6fa5b tests - use real objects, to allow real-project type comparison 2018-04-10 09:56:28 +02:00
Tomas Votruba
a3e2d98c05 [cs + st] 2018-04-10 09:56:27 +02:00
Tomas Votruba
99b0b4c0fd improve Rector description 2018-04-10 09:55:46 +02:00
TomasVotruba
62329560ca move under own namespace 2018-04-10 09:55:46 +02:00
TomasVotruba
79bffd8285 decouple AbstractValueObjectRemoverRector 2018-04-10 09:55:46 +02:00
TomasVotruba
9641f2015e decouple ValueObjectRemoverDocBlockRector 2018-04-10 09:55:46 +02:00
TomasVotruba
51b915605d move renameNullable() to DocBlockAnalyzer 2018-04-10 09:55:46 +02:00
TomasVotruba
18887e525d fix doc comment for nearest expression 2018-04-10 09:55:46 +02:00
TomasVotruba
f29bf77fc6 decrase complexity 2018-04-10 09:55:46 +02:00
TomasVotruba
9a331a58fd cleanup 2018-04-10 09:55:46 +02:00
TomasVotruba
fc5ea5fc09 finishe, just doc comment doesnt save 2018-04-10 09:55:46 +02:00
TomasVotruba
71bcc39de1 keep original info at doc block 2018-04-10 09:55:46 +02:00
TomasVotruba
c8d45616c0 @var nullable type replacement wip 2018-04-10 09:55:46 +02:00
TomasVotruba
12e1bfc195 DocBlockAnalyzer: add replaceInNode() method 2018-04-10 09:55:46 +02:00
TomasVotruba
94b4fe7bf8 add annotaiton nullable test case 2018-04-10 09:55:46 +02:00
TomasVotruba
123ddba124 add fix 2018-04-10 09:55:46 +02:00
TomasVotruba
51edbe4b1a add failing test 2018-04-10 09:55:46 +02:00
TomasVotruba
2256d6954c add nullable test for ValueObjectRemoverRector 2018-04-10 09:55:46 +02:00
Tomáš Votruba
bb38ab5b9f
Merge pull request #414 from rectorphp/fix-build
Fix build
2018-04-10 08:05:49 +02:00
Gabriel Caruso
2a1723dac0
Fix build 2018-04-09 20:59:30 -03:00
Tomas Votruba
c7c1f640c9 add RectorDefinition 2018-04-09 16:26:46 +02:00
mssimi
e69b5b8701 move RepositoryForDoctrineProvider logic to abstract class 2018-04-09 16:21:08 +02:00
mssimi
74b2dbbe7b decouple some methods 2018-04-09 16:21:08 +02:00
mssimi
576b3660b6 fix few reviews 2018-04-09 16:20:48 +02:00
mssimi
bf1a4138d3 improved fqn retrieve 2018-04-09 16:20:48 +02:00
mssimi
9cb4ea3083 fix cs, clear code, simpler tests 2018-04-09 16:20:48 +02:00
mssimi
e4bf5be8c0 add constructor 2018-04-09 16:20:48 +02:00
mssimi
08f3d86556 fqn alias 2018-04-09 16:20:48 +02:00
mssimi
44e41986a7 service locator to DI class constant 2018-04-09 16:20:48 +02:00
mssimi
e1735f43d4 added failing test 2018-04-09 16:20:47 +02:00
Tomáš Votruba
292d18dc28
Merge pull request #410 from rectorphp/describe-command
Add Describe command
2018-04-09 16:16:16 +02:00
Tomas Votruba
c854db2c53 [cs] fix 2018-04-09 15:08:45 +02:00
Tomas Votruba
22fb9fa12d turn with-diff option to no-diff 2018-04-09 14:57:52 +02:00
Tomas Votruba
31efb9a118 cs and spaces 2018-04-09 14:49:47 +02:00
Tomas Votruba
438f9e0abf show diffs as one to remove visual clutter 2018-04-09 14:48:39 +02:00
Tomas Votruba
b6dfced6b9 fix CodeSample indent 2018-04-09 14:48:15 +02:00
Tomas Votruba
7e14d1208e DiffConsoleFormatter - allow simpler diffs 2018-04-09 14:48:00 +02:00
Tomas Votruba
3e74964fde improve styling of CLI output 2018-04-09 14:21:05 +02:00
Tomas Votruba
eb0d78cf24 add describe command to README 2018-04-09 14:20:56 +02:00
Tomas Votruba
f382e560aa Check that some Rectors are loaded in DescribeCommand 2018-04-09 14:15:51 +02:00
Tomas Votruba
4b8e46f944 use sprintf 2018-04-09 01:23:06 +02:00
Tomas Votruba
127486f2d8 composer: bump BetterReflectionDocBlock to v4.0.2 with standalone TolerantVar 2018-04-09 01:04:08 +02:00
Tomas Votruba
616a22a15a make use of TolerantVar from Symplify v4.0.2 2018-04-09 01:03:55 +02:00
Tomas Votruba
b0dc73c533 composer: bump BetterReflectionDocBlock to v4.0.1 with TolerantVar 2018-04-09 00:49:49 +02:00
Tomas Votruba
e2f57afaf3 decouple externa-services 2018-04-09 00:34:14 +02:00
Tomas Votruba
a44102a5af improve commplexity 2018-04-09 00:23:55 +02:00
Tomas Votruba
ec9a25267d add bare differ for DescribeCommand 2018-04-09 00:23:55 +02:00
Tomas Votruba
221caeac58 add bare differ 2018-04-09 00:23:55 +02:00
Tomas Votruba
b92c8ebaad DescribeCommand - first draft 2018-04-09 00:23:55 +02:00
Tomáš Votruba
7ed1e44c2a
Merge pull request #409 from rectorphp/type-resolver-local
[NodeTypeResolver] Remove dependency on 3rd party code
2018-04-09 00:22:09 +02:00