Tomáš Votruba
|
5c26752773
|
Merge pull request #40 from TomasVotruba/deprecation-messages
[DeprecationExtractor] string to something useful
|
2017-09-11 16:29:56 +02:00 |
|
TomasVotruba
|
34bdfa0d9d
|
misc
|
2017-09-11 16:29:29 +02:00 |
|
TomasVotruba
|
a542a49e48
|
DocBlockAnalyzer - fix empty string return
|
2017-09-11 16:17:14 +02:00 |
|
TomasVotruba
|
aec99fc6e7
|
[DeprecationExtractor] ArgumentToDeprecationTransformer WIP
|
2017-09-11 16:16:59 +02:00 |
|
TomasVotruba
|
7fbb864f6d
|
[NodeTypeResolver] fix tests
|
2017-09-11 15:54:15 +02:00 |
|
TomasVotruba
|
a193a3b6d0
|
cs fixes
|
2017-09-11 15:33:46 +02:00 |
|
TomasVotruba
|
322a1de938
|
drop unused test, cs fixes
|
2017-09-11 15:27:36 +02:00 |
|
TomasVotruba
|
912e501f43
|
fix phpstan
|
2017-09-11 15:24:35 +02:00 |
|
TomasVotruba
|
e952b5a0cd
|
[DeprecationExtractor] add ClassDeprecation, improve regexp
|
2017-09-11 15:07:38 +02:00 |
|
TomasVotruba
|
594422ccb3
|
[DeprecationExtractor] deprecatinos wont be in tests
|
2017-09-10 15:44:43 +02:00 |
|
TomasVotruba
|
0b4da17102
|
misc
|
2017-09-10 15:41:37 +02:00 |
|
TomasVotruba
|
822cfaf514
|
fix NotImplementedException by dropping useless __CLASS__
|
2017-09-10 15:29:25 +02:00 |
|
TomasVotruba
|
27ed12e52b
|
composer: require symfony\expressive to make tests work
|
2017-09-10 15:12:15 +02:00 |
|
TomasVotruba
|
7b7914a7d2
|
Attribute: make names pascal case to be consistent with native nikic/php-parser
|
2017-09-10 15:11:59 +02:00 |
|
TomasVotruba
|
480381bbe1
|
Node too free types fixes
|
2017-09-09 20:59:16 +02:00 |
|
Tomáš Votruba
|
dfa47b493e
|
Merge pull request #39 from TomasVotruba/levels
Use levels and configs over per Rector setup
|
2017-09-09 20:53:34 +02:00 |
|
TomasVotruba
|
e4efb4ca23
|
update README with level concept
|
2017-09-09 20:44:44 +02:00 |
|
TomasVotruba
|
85d6f6a0fc
|
fix tests
|
2017-09-09 20:35:16 +02:00 |
|
TomasVotruba
|
e6d297a2e6
|
drop per Rector level configuration; use more clear config setup - easier to combine and include
|
2017-09-09 20:33:01 +02:00 |
|
Tomáš Votruba
|
3053b30783
|
Merge pull request #37 from TomasVotruba/flow
[Flow] init
|
2017-09-09 20:11:47 +02:00 |
|
TomasVotruba
|
5ee252b4dd
|
cleanup
|
2017-09-09 20:08:55 +02:00 |
|
TomasVotruba
|
a1054544f1
|
[DeprecationExtractor] MessageToDeprecationTransformer misc
|
2017-09-09 14:46:24 +02:00 |
|
TomasVotruba
|
a3a4985aef
|
cs fixes, better naming for ArgNode
|
2017-09-09 01:13:44 +02:00 |
|
TomasVotruba
|
b529a60f0b
|
[DeprecationExtractor] add ArguemtnToDeprecationTransformer
|
2017-09-09 01:10:08 +02:00 |
|
TomasVotruba
|
ea88254312
|
cs fixes
|
2017-09-09 00:58:29 +02:00 |
|
TomasVotruba
|
0d8fb213c0
|
[DeprecationExtractor] add TriggerErrorAnalyzer, add SCOPE_NODE
|
2017-09-09 00:56:15 +02:00 |
|
TomasVotruba
|
81ae16ffe7
|
remove unused code
|
2017-09-08 23:46:46 +02:00 |
|
TomasVotruba
|
135bee7d28
|
L
|
2017-09-08 20:56:56 +02:00 |
|
TomasVotruba
|
7f27fe39f6
|
fix dir name
|
2017-09-08 20:44:36 +02:00 |
|
TomasVotruba
|
c54ec26137
|
rename TriggerExtractor to DeprecationExtractor
|
2017-09-08 20:42:16 +02:00 |
|
TomasVotruba
|
b808383aca
|
simplify DeprecationDetector
|
2017-09-08 11:25:05 +02:00 |
|
TomasVotruba
|
6c1ca0caf5
|
Kernel: add inspiration
|
2017-09-08 01:42:26 +02:00 |
|
TomasVotruba
|
0c36660c08
|
Kernel: add inspiration
|
2017-09-08 01:41:45 +02:00 |
|
TomasVotruba
|
ee14bf9654
|
DocBlockAnalyzer: add getAnnotationFromNode
|
2017-09-08 01:33:12 +02:00 |
|
TomasVotruba
|
073231b5df
|
misc + cs fixes
|
2017-09-08 01:18:46 +02:00 |
|
TomasVotruba
|
a6644b78bf
|
DocBlockAnalyzer init
|
2017-09-07 19:54:24 +02:00 |
|
TomasVotruba
|
2dd5ef5f7b
|
[TriggerExtractor] add Scope
|
2017-09-07 16:04:20 +02:00 |
|
TomasVotruba
|
27c9d22d5a
|
DeprecationFactory: improve deprecation resolving
|
2017-09-07 15:57:36 +02:00 |
|
TomasVotruba
|
60e92328ca
|
improve RectorFactory test and DeprecationDetector
|
2017-09-07 15:57:20 +02:00 |
|
TomasVotruba
|
6d2d12b9b7
|
[TriggerExtractor] add arguments to ClassMethodDeprecation
|
2017-09-07 15:56:49 +02:00 |
|
TomasVotruba
|
acb27015fa
|
[NodeTypeResolver] improve README
|
2017-09-07 15:56:20 +02:00 |
|
TomasVotruba
|
68109ace87
|
services.yml: add useful comments
|
2017-09-07 15:55:38 +02:00 |
|
TomasVotruba
|
5255b79091
|
move SetNames under Rector/Set
|
2017-09-07 15:38:57 +02:00 |
|
TomasVotruba
|
f482f2760c
|
DI: drop unused EventDisptacher collecting
|
2017-09-07 15:36:54 +02:00 |
|
TomasVotruba
|
f3adbc4990
|
[ConstructorMethodBuilder] make use of NodeFactory
|
2017-09-07 15:25:33 +02:00 |
|
TomasVotruba
|
ea51ca3c71
|
cs fixes
|
2017-09-07 06:10:54 +02:00 |
|
TomasVotruba
|
a532b5306f
|
[TriggerExtractor] add ClassMethodDeprecation and ConfigurableChangeMethodNameRector
|
2017-09-07 05:55:28 +02:00 |
|
TomasVotruba
|
1d68188503
|
use Attribute class over local constants
|
2017-09-07 04:44:47 +02:00 |
|
TomasVotruba
|
dc21104bf5
|
cleanup
|
2017-09-07 04:43:25 +02:00 |
|
Tomáš Votruba
|
cce616b641
|
Merge pull request #35 from TomasVotruba/nette-trigger-error
[TriggerExtractor] add simple check for the other message
|
2017-09-07 00:33:17 +02:00 |
|