TomasVotruba
|
b32ab6c01e
|
doc block manipulator refactoring to object
|
2020-01-30 22:45:28 +01:00 |
|
TomasVotruba
|
94bf9d1522
|
decopule PhpDoTypeMapper, PhpParserNodeMapper
|
2020-01-29 11:38:17 +01:00 |
|
TomasVotruba
|
5afed89800
|
decouple FunctionToServiceMap
|
2020-01-28 17:33:22 +01:00 |
|
TomasVotruba
|
73c15ecd25
|
misc
|
2020-01-28 16:38:47 +01:00 |
|
TomasVotruba
|
7d01a40223
|
decouple StringTypeAnalyzer
|
2020-01-28 16:25:39 +01:00 |
|
TomasVotruba
|
23d2ab257a
|
decouple ArrayTypeAnalyzer and CountableTypeAnalyzer
|
2020-01-28 16:06:19 +01:00 |
|
TomasVotruba
|
f68004fbc8
|
respect PHPStan type of getRealpath
|
2020-01-28 11:38:55 +01:00 |
|
TomasVotruba
|
b11261ff69
|
cleanup
|
2020-01-28 10:41:54 +01:00 |
|
TomasVotruba
|
b1d942a28c
|
fix class
|
2020-01-28 01:59:43 +01:00 |
|
TomasVotruba
|
36e6127a5c
|
cleanup
|
2020-01-28 01:56:03 +01:00 |
|
TomasVotruba
|
7d53bd5797
|
misc compiler
|
2020-01-28 01:06:56 +01:00 |
|
TomasVotruba
|
38241af7bc
|
extract PregMatchTypeCorrector
|
2020-01-28 00:41:47 +01:00 |
|
TomasVotruba
|
a437732450
|
cleanup
|
2020-01-28 00:21:50 +01:00 |
|
TomasVotruba
|
47459c9d3e
|
cleanup
|
2020-01-27 23:58:14 +01:00 |
|
TomasVotruba
|
3765e7c58e
|
decouple class element type resolver
|
2020-01-27 23:58:14 +01:00 |
|
TomasVotruba
|
5863e57c2c
|
decouple cast type resolver
|
2020-01-27 23:58:14 +01:00 |
|
TomasVotruba
|
af5acd4bf5
|
decouple class const fetch and static call type resolvers
|
2020-01-27 23:58:14 +01:00 |
|
TomasVotruba
|
cd8ed41b9c
|
cleanup
|
2020-01-27 23:58:14 +01:00 |
|
TomasVotruba
|
0fcd4a3e6e
|
cleanup collector deps
|
2020-01-27 23:58:14 +01:00 |
|
TomasVotruba
|
e71e0c1cdb
|
decopule Find list and threaded methdo call manipulator
|
2020-01-23 13:32:03 +01:00 |
|
TomasVotruba
|
aa22fcb3dc
|
decopule FindCount methdo call manipulator
|
2020-01-23 12:38:13 +01:00 |
|
TomasVotruba
|
3212b81d9a
|
decopule FindAll methdo call manipulator
|
2020-01-23 12:33:18 +01:00 |
|
TomasVotruba
|
1284be8389
|
move non-Rectors out of Rector namespace
|
2020-01-23 12:25:27 +01:00 |
|
TomasVotruba
|
3c2683f13c
|
cover list with multiple arguments
|
2020-01-23 01:00:49 +01:00 |
|
TomasVotruba
|
7c5b6c2f27
|
add list
|
2020-01-23 00:47:57 +01:00 |
|
TomasVotruba
|
d5bf9bd183
|
add count, add data provider
|
2020-01-23 00:12:39 +01:00 |
|
TomasVotruba
|
80dd29a8d3
|
add threaded find
|
2020-01-22 23:31:34 +01:00 |
|
TomasVotruba
|
a63038b95c
|
[CakePHPToSymfony] Add CakePHPModelToDoctrineRepositoryRector
|
2020-01-22 22:52:27 +01:00 |
|
TomasVotruba
|
e21d7c7030
|
fix IntersectionTypeMapper
|
2020-01-22 01:49:12 +01:00 |
|
TomasVotruba
|
934bfb691a
|
fix function autoload and exclude duplicated fixture from create command
|
2020-01-22 00:26:29 +01:00 |
|
TomasVotruba
|
4fce5091ae
|
move RectorGenerator to core code
|
2020-01-21 23:55:58 +01:00 |
|
TomasVotruba
|
812942e52c
|
add oneToOne
|
2020-01-21 16:46:59 +01:00 |
|
TomasVotruba
|
1da8409b61
|
add OneToMany support
|
2020-01-21 16:46:59 +01:00 |
|
TomasVotruba
|
2f1e204364
|
misc
|
2020-01-21 16:46:59 +01:00 |
|
TomasVotruba
|
146ddafea4
|
add ManyToMany support
|
2020-01-21 16:34:09 +01:00 |
|
TomasVotruba
|
bb3ade5d41
|
decopule RelationPropertyFactory
|
2020-01-21 16:34:09 +01:00 |
|
USAMI Kenta
|
ba0180e537
|
Fix style and annotation
|
2020-01-22 00:13:47 +09:00 |
|
USAMI Kenta
|
b5a6f1955b
|
Add support for setrawcookie()
|
2020-01-21 23:59:27 +09:00 |
|
USAMI Kenta
|
6b0fbad9ae
|
Remove same content
|
2020-01-21 23:59:27 +09:00 |
|
USAMI Kenta
|
b7888bc171
|
Impl SetcookieRector
|
2020-01-21 23:59:27 +09:00 |
|
USAMI Kenta
|
b69bae2a3e
|
Add SetcookieRector skeleton
|
2020-01-21 23:59:27 +09:00 |
|
TomasVotruba
|
c1369d1e01
|
disable rector_phar workflow
|
2020-01-21 14:46:17 +01:00 |
|
TomasVotruba
|
ed37a79209
|
[CakePHPToSymfony] Add CakePHPModelToDoctrineEntityRector
|
2020-01-21 14:32:51 +01:00 |
|
TomasVotruba
|
863b3e6bfd
|
Fix AssertChoide with choices
|
2020-01-20 20:40:55 +01:00 |
|
TomasVotruba
|
89bfb7982e
|
[CakePHPToSymfony] Add CakePHPTemplateHToTwigRector
|
2020-01-20 00:34:55 +01:00 |
|
TomasVotruba
|
08567c2f6a
|
add c alias for create command, fix html input for code samples
|
2020-01-20 00:09:56 +01:00 |
|
TomasVotruba
|
a74b6617bc
|
fix cs
|
2020-01-19 22:35:03 +01:00 |
|
Jeroen Smit
|
8cecdb8a1a
|
Run rector on self including some manual formatting
|
2020-01-19 20:45:01 +01:00 |
|
Jeroen Smit
|
c4085edccf
|
Merge branch 'RemoveUnusedAliasBug' into rector-ci
|
2020-01-19 20:19:40 +01:00 |
|
Jeroen Smit
|
9847503e5c
|
Preserve docblock in CombineIfRector
|
2020-01-19 20:16:57 +01:00 |
|