2112 Commits

Author SHA1 Message Date
Tomáš Votruba
6a8fc64ba1
Merge pull request #288 from rectorphp/fix-autoload
Add vendor-bin to $possibleAutoloadPaths
2018-01-14 14:27:13 +01:00
Gabriel Caruso
7e0f300265 Add vendor-bin to $possibleAutoloadPaths 2018-01-14 11:16:40 -02:00
Tomáš Votruba
d0968b2400
Merge pull request #284 from rectorphp/demo
Add animated gif to README
2018-01-13 18:09:22 +01:00
TomasVotruba
7f50ef78e7 fix cs 2018-01-13 16:41:33 +01:00
TomasVotruba
80c8deba69 README: add gif showcase 2018-01-13 16:01:31 +01:00
TomasVotruba
f9a9e2a9c8 use Option class for options 2018-01-13 14:02:51 +01:00
TomasVotruba
c86f5c64a5 exclude bugged cs rule 2018-01-12 20:40:33 +01:00
Tomáš Votruba
f699911d8a
Merge pull request #278 from carusogabriel/refactoring
Refactoring
2018-01-11 22:53:31 +01:00
Tomáš Votruba
3b842c2b37
Merge pull request #279 from carusogabriel/fix
[Fix] Object of class PhpParser\Node\{} could not be converted to string
2018-01-11 22:52:41 +01:00
Gabriel Caruso
3839e68b4e Invert the logic when getting the method name 2018-01-11 17:41:48 -02:00
Gabriel Caruso
6450a6b68b [Fix] Object of class PhpParser\Node\{} could not be converted to string 2018-01-11 17:24:37 -02:00
Gabriel Caruso
0fda92ff08 Use bool return of functions and comparisonsas return 2018-01-11 17:24:12 -02:00
Gabriel Caruso
b1a86aa8c1 Use Null Coalesce Operator 2018-01-11 17:24:12 -02:00
Tomáš Votruba
1ba653cad1
Merge pull request #281 from carusogabriel/fix-tests
[DocBlockAnalyzer] Fix tests
2018-01-11 20:20:53 +01:00
Tomáš Votruba
2f96d4fd5f
Merge pull request #282 from carusogabriel/patch-2
Update description in composer.json
2018-01-11 20:19:59 +01:00
Gabriel Caruso
9a56412cfa
Update description in composer.json 2018-01-10 02:55:24 -02:00
Gabriel Caruso
8e007f0264 [DocBlockAnalyzer] Fix getTagsByName return 2018-01-10 02:33:34 -02:00
TomasVotruba
9506a97db3 simplify method call 2018-01-08 21:29:37 +01:00
TomasVotruba
e7c4bb4293 cleanup unused property 2018-01-08 21:27:10 +01:00
TomasVotruba
ed2e5b9d02 cleanup TypeNodeVisitor, move TypeContext class resolving to PropertyTypeResolver 2018-01-08 21:26:14 +01:00
TomasVotruba
e32ed6a300 simplify PropertyFetchTypeResolver 2018-01-08 21:25:56 +01:00
Tomáš Votruba
5abdf00f52
Merge pull request #277 from rectorphp/data-providers
[tests] Use @dataProviders
2018-01-08 21:16:33 +01:00
TomasVotruba
54f74cf756 cs 2018-01-08 21:01:04 +01:00
TomasVotruba
6a5ab1e17d fix cs 2018-01-08 21:00:57 +01:00
TomasVotruba
5b577dfcba fix cs 2018-01-08 21:00:51 +01:00
TomasVotruba
2738890939 improve README 2018-01-08 21:00:29 +01:00
TomasVotruba
f752d649b4 use dataProvider + add null support 2018-01-08 21:00:18 +01:00
TomasVotruba
cdcb2ddccf cleanup NodeValueResolver 2018-01-08 21:00:07 +01:00
TomasVotruba
635b5059ee typo 2018-01-08 20:58:25 +01:00
TomasVotruba
ac1da22a23 use dataProvider 2018-01-08 20:58:21 +01:00
TomasVotruba
9fa61261da use dataProvider 2018-01-08 20:58:18 +01:00
TomasVotruba
4195f5a735 use dataProvider 2018-01-08 20:58:14 +01:00
TomasVotruba
077383813b use dataProvider 2018-01-08 20:58:09 +01:00
TomasVotruba
ce3dcd0251 use dataProvider 2018-01-08 20:57:53 +01:00
TomasVotruba
23cf8c65ea use dataProvider 2018-01-08 20:57:45 +01:00
TomasVotruba
575a408963 use dataProvider 2018-01-08 20:57:22 +01:00
TomasVotruba
47e7ecca57 [PerNodeTypeResolver] add @covers annotation to test to make it easier to go to responsible class 2018-01-08 20:53:58 +01:00
TomasVotruba
1832eb0b51 remove WIP 2018-01-08 20:39:42 +01:00
Tomáš Votruba
006216b4c0
Merge pull request #274 from rectorphp/symfony-test-case-reflection
Extended Autoloading, ClassAndMethodResolver, ProcessCommand cleanup
2018-01-08 20:37:04 +01:00
TomasVotruba
c42ddc6e88 fix covers annotation 2018-01-08 20:21:47 +01:00
TomasVotruba
3fc4d509d3 decoupling 2018-01-08 19:24:20 +01:00
TomasVotruba
15d0f04998 get rid of CALLER_TYPES once and for all 2018-01-08 19:18:05 +01:00
TomasVotruba
334a2a7f71 note 2018-01-08 19:17:04 +01:00
TomasVotruba
d9899e4522 prevent circular type resolving for just added node 2018-01-08 19:17:00 +01:00
TomasVotruba
37a552ced7 test naming 2018-01-08 02:48:12 +01:00
TomasVotruba
9b1d5dff92 array_unique to right place 2018-01-08 02:46:11 +01:00
Tomáš Votruba
ef4ee1df3a
Merge pull request #275 from carusogabriel/bug/array-dim-fetch
[AssertCompareToSpecificMethodRector] Fix bug with ArrayDimFetch Nodes
2018-01-08 02:37:57 +01:00
Tomáš Votruba
e68827f398
Merge pull request #276 from carusogabriel/patch-1
[README] Match examples
2018-01-08 02:37:08 +01:00
Gabriel Caruso
12b8b571e7
[README] Match examples 2018-01-07 23:10:10 -02:00
Gabriel Caruso
359e85a586 Use toString instead of getFirst when getting the $methodName 2018-01-07 23:06:42 -02:00