1153 Commits

Author SHA1 Message Date
Grégoire Paris
d8ce7ebd5f
Remove unnecessary word 2017-11-05 23:07:32 +01:00
Grégoire Paris
d7187a8826
Spell "formatting" properly 2017-11-05 23:06:52 +01:00
Grégoire Paris
98dcd55427
Simplify install instructions 2017-11-05 23:05:48 +01:00
Tomáš Votruba
c9a200ce16
Merge pull request #135 from RectorPHP/phpunit
[PHPUnit] new rectors
2017-11-05 18:12:59 +01:00
TomasVotruba
636476c224 [PHPUnit] GetMockRector detail 2017-11-05 17:51:45 +01:00
TomasVotruba
ad63e7bd8e delegate empty comment cleanup to Coding Style 2017-11-05 17:46:58 +01:00
TomasVotruba
d7e56e025a [PHPUnit] finish ExceptionAnnotationRector 2017-11-05 17:35:51 +01:00
Václav Makeš
d2ca1ad0cf
added class replace 'Component' for Nette 2.0 2017-11-05 13:22:08 +01:00
TomasVotruba
3f08549901 [PHPUnit] ExceptionAnnotationRector wip 2017-11-05 13:00:40 +01:00
TomasVotruba
3c044ecceb [PHPUnit] improve SpecificMethodRector 2017-11-05 12:14:07 +01:00
TomasVotruba
0cc75d58be misc v0.1.0 2017-11-04 13:27:36 +01:00
TomasVotruba
25e9723190 composer: add missing symfony/finder 2017-11-04 13:23:20 +01:00
TomasVotruba
8c79699731 fix bootstrap autoloading 2017-11-04 13:23:00 +01:00
TomasVotruba
f5908477cf make bin unique 2017-11-04 13:03:37 +01:00
TomasVotruba
51650644fa add bins 2017-11-04 12:45:59 +01:00
TomasVotruba
bbf31ce945 add bins 2017-11-04 10:35:59 +01:00
TomasVotruba
d61dd83e99 README: add cs note [closes #112] 2017-11-02 18:32:11 +01:00
TomasVotruba
2f541372d5 README: move own rector under Dynamic, that are prefered and easier to use 2017-11-02 18:32:11 +01:00
TomasVotruba
6a845f6fbb add ecs-after-rector [closes #112] 2017-11-02 18:32:11 +01:00
Tomáš Votruba
e0c117fa2c
Merge pull request #127 from RectorPHP/dynamic-argument-replacer
DynamicArgumentReplacer tuning
2017-11-02 18:12:37 +01:00
TomasVotruba
4d5954cd77 fix cs 2017-11-02 17:52:36 +01:00
TomasVotruba
80cc9920b4 fix tests 2017-11-02 17:52:02 +01:00
TomasVotruba
16252b4da1 fix more array Types 2017-11-02 17:45:26 +01:00
TomasVotruba
77c24420c5 tests run 2017-11-02 17:37:51 +01:00
TomasVotruba
164bb57306 MethodReflector: add support returning multitypes, WIP 2017-11-02 17:24:30 +01:00
TomasVotruba
01499dc001 [BetterReflection] MethodReflector - add support for parent methods Reflecting 2017-11-02 17:08:54 +01:00
TomasVotruba
ca4a5a7f76 add FormChainMethodCalls test 2017-11-02 16:35:05 +01:00
TomasVotruba
48f3f02504 [NodeTypeResolver] decouple nested call types Test 2017-11-02 16:29:10 +01:00
TomasVotruba
ca3d8f1609 edge case note 2017-11-02 16:23:55 +01:00
TomasVotruba
a35e715d3a fix ValueResoluver, add ClassConstFetchResolver 2017-11-02 16:22:01 +01:00
TomasVotruba
9a61cb23e9 improve Test file message 2017-11-02 16:14:05 +01:00
TomasVotruba
250d0bad7c fix few tests 2017-11-02 16:12:00 +01:00
TomasVotruba
15d39a7f15 improve cs 2017-11-02 16:04:28 +01:00
TomasVotruba
b67ebec937 fix static return type 2017-11-02 16:01:12 +01:00
TomasVotruba
a6abf00a47 move multi Nodes logic to MethodReflector 2017-11-02 15:23:08 +01:00
TomasVotruba
93f1a55814 fix cs 2017-11-02 15:09:40 +01:00
TomasVotruba
d44f23e734 [NodeTypeResolver] prepare for test nested method calls with changing return type 2017-11-02 15:04:46 +01:00
TomasVotruba
7a2f1d1d89 NodeCallerTypeResolver - fix for var 2017-11-02 14:47:41 +01:00
TomasVotruba
db0a959e5f improve AssingTypeResolver test 2017-11-02 14:18:26 +01:00
TomasVotruba
3de29b97ce nested calls 2017-11-02 13:12:56 +01:00
TomasVotruba
683bf83317 drop unused code, fix cs 2017-11-02 13:07:19 +01:00
TomasVotruba
76b8eb1717 [NodeTypeResolver] add self test 2017-11-02 13:04:25 +01:00
TomasVotruba
4e29c152b6 [NodeTypeResolver] add StaticCall test, split into 2 2017-11-02 12:51:57 +01:00
TomasVotruba
872bc6a77f cleanup 2017-11-02 12:47:22 +01:00
TomasVotruba
67cef9ed6d cs fixes 2017-11-02 12:42:31 +01:00
TomasVotruba
1584a5703a cs fixes 2017-11-02 12:41:47 +01:00
TomasVotruba
898c5c022c simplify test API 2017-11-02 12:39:48 +01:00
TomasVotruba
8ef8469e03 [NodeTypeResolver] prepare test for MethodCall 2017-11-02 12:35:40 +01:00
TomasVotruba
9f16beb0d2 [NodeTypeResolver] add test for property and variable method calls 2017-11-02 12:33:18 +01:00
TomasVotruba
fc1183f002 [NodeTypeResolver] add NodeVisitor suffix to TypeNodeVisitor resolvers, to make clear difference between delegator and the responsible service 2017-11-02 12:28:58 +01:00