TomasVotruba
|
ac5b455572
|
add test case for filename in annotation
|
2018-01-15 19:46:11 +01:00 |
|
TomasVotruba
|
6a5b8aa1f2
|
improve 1st test case
|
2018-01-15 19:46:11 +01:00 |
|
TomasVotruba
|
3de9c648b9
|
cs
|
2018-01-15 19:46:11 +01:00 |
|
TomasVotruba
|
105fff2396
|
add second test case with return args
|
2018-01-15 19:46:11 +01:00 |
|
TomasVotruba
|
4f30c8ffbd
|
simplify if
|
2018-01-15 19:46:11 +01:00 |
|
TomasVotruba
|
666dc0371f
|
add NodeFactory, fix cs
|
2018-01-15 19:46:11 +01:00 |
|
TomasVotruba
|
e799cdc26d
|
pass
|
2018-01-15 19:46:11 +01:00 |
|
TomasVotruba
|
f3036f6d2d
|
wip
|
2018-01-15 19:46:11 +01:00 |
|
TomasVotruba
|
88aa98988c
|
determine template method from action method name
|
2018-01-15 19:46:11 +01:00 |
|
TomasVotruba
|
a4630f90f2
|
temove annotation
|
2018-01-15 19:46:11 +01:00 |
|
TomasVotruba
|
40d494cd65
|
isCandidate()
|
2018-01-15 19:46:11 +01:00 |
|
TomasVotruba
|
ee87618f69
|
TemplateAnnotationRector init
|
2018-01-15 19:46:11 +01:00 |
|
Gabriel Caruso
|
4071b3cf7a
|
Merge pull request #289 from rectorphp/readme
[README] Improve "Do you Have Conflicts" section
|
2018-01-14 14:41:46 -02:00 |
|
Gabriel Caruso
|
1eaceebf10
|
Link phpstan and php-parser
|
2018-01-14 14:24:28 -02:00 |
|
Gabriel Caruso
|
676a1b51ba
|
Separe package name and version with colon
|
2018-01-14 13:29:40 -02:00 |
|
Gabriel Caruso
|
61910d280f
|
[README] Improve "Do you Have Conflicts" section
|
2018-01-14 12:14:47 -02:00 |
|
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 |
|