7282 Commits

Author SHA1 Message Date
TomasVotruba
9944485d11 [PHPUnit] Add ClassMethod/RemoveEmptyTestMethodRector 2020-01-17 01:26:48 +01:00
Tomas Votruba
8788c9b02d
Merge pull request #2682 from rectorphp/get-mock
[PHPUnit] Add GetMockBuilderGetMockToCreateMockRector
2020-01-17 01:04:53 +01:00
TomasVotruba
eafea9d1c7 [PHPUnit] Add GetMockBuilderGetMockToCreateMockRector 2020-01-17 01:04:34 +01:00
Tomas Votruba
126e587d80
Merge pull request #2681 from rectorphp/phpunit4
Add PHPUnit 4 set
2020-01-17 00:11:08 +01:00
TomasVotruba
703003ac4c config: return ignore errors 2020-01-16 22:37:06 +01:00
TomasVotruba
7490c0fac3 add PHPUnit 4 set 2020-01-16 22:31:54 +01:00
Tomas Votruba
6db3ddd5c5
Add CheckStaticTypeMappersCommand to CI (#2676)
Add CheckStaticTypeMappersCommand to CI
2020-01-16 13:42:54 +01:00
TomasVotruba
1678950146 add PHPStanStaticTypeMapperChecker packages 2020-01-16 13:32:02 +01:00
TomasVotruba
e1e45ff02e add StaticTypeMapper 2020-01-16 02:04:17 +01:00
Tomas Votruba
15a8b19ba4
Merge pull request #2673 from staabm/patch-3
Added more functions to FunctionSupportResolver
2020-01-16 01:05:43 +01:00
Tomas Votruba
724350e0c6
Added CombineIfRector (#2674)
Added CombineIfRector
2020-01-16 01:05:05 +01:00
Tomas Votruba
80df8d0030
Merge pull request #2672 from jeroensmit/RemoveDelegatingParentCallDefault
Remove delegating parent call
2020-01-16 01:03:13 +01:00
Jeroen Smit
5b06f4828f style 2020-01-15 21:48:14 +01:00
Jeroen Smit
ad89be4c0f Fixed indent 2020-01-15 21:43:34 +01:00
Jeroen Smit
f0e3575846 updated docs 2020-01-15 21:40:44 +01:00
Jeroen Smit
e856fb8ddb Added CombineIfRector 2020-01-15 21:32:51 +01:00
Markus Staab
be2244c8d8
fix CS 2020-01-15 21:01:19 +01:00
Markus Staab
564d05e381
Added list functions supported by the symfony/polyfill* components 2020-01-15 20:57:39 +01:00
Markus Staab
dd8d0322db
Added more functions to FunctionSupportResolver 2020-01-15 20:52:07 +01:00
TomasVotruba
ed868e61fc syntax 2020-01-15 16:57:05 +01:00
TomasVotruba
2aa4937a60 CI: add possible current tag fix 2020-01-15 16:50:39 +01:00
Tomas Votruba
f680cdf828
Add support for invokable and array callables in CallReflection… (#2670)
Add support for invokable and array callables in CallReflectionResolver
2020-01-15 15:17:40 +01:00
Tomas Votruba
7e884b36f4
Merge pull request #2671 from rectorphp/type-mapper-col-3
Add mapToDocString() to TypeMapper
2020-01-15 15:08:15 +01:00
TomasVotruba
ccc63bbb75 decopule ArrayTypeMapper and TypeWithClassNameTypeMapper 2020-01-15 14:51:42 +01:00
TomasVotruba
71cdc8fe40 add mapToDocString() 2020-01-15 14:51:42 +01:00
TomasVotruba
a4e90efb7c use @required 2020-01-15 14:38:40 +01:00
Lctrs
8368644b03 Add support for invokable and array callables in CallReflectionResolver 2020-01-15 14:24:18 +01:00
Tomas Votruba
54c92ebfec
Add support for stringy calls in CallReflectionResolver (#2663)
Add support for stringy calls in CallReflectionResolver
2020-01-15 14:14:37 +01:00
Tomas Votruba
c472f1836f
Merge pull request #2668 from palpalani/patch-1
Fixed url
2020-01-15 13:10:32 +01:00
Lctrs
85fed6766d Add support for stringy calls in CallReflectionResolver
eg `$f = 'date'; $f();`
2020-01-15 09:47:48 +01:00
Palaniappan
2c3c61ca4f
Fixed url 2020-01-15 08:14:05 +05:30
TomasVotruba
a3b1517266 fix url 2020-01-14 22:20:38 +01:00
Tomas Votruba
84bb4bad95
Merge pull request #2666 from rectorphp/type-mapper-col-2
cleanup, decouple ObjectWithoutClassTypeMapper
2020-01-14 22:18:26 +01:00
TomasVotruba
fb9148e83b decopule ResourceTypeMapper 2020-01-14 22:09:24 +01:00
TomasVotruba
5aac9a3d69 decouple CallableTypeMapper, ClosureTypeMapper 2020-01-14 22:06:21 +01:00
TomasVotruba
35911cb872 decouple VoidTypeMapper 2020-01-14 22:04:47 +01:00
Tomas Votruba
a32dae44a9
Rename --rule argument into --only, add documentation. (#2655)
Rename --rule argument into --only, add documentation.
2020-01-14 22:00:03 +01:00
TomasVotruba
c28a25a4a3 cleanup, decouple ObjectWithoutClassTypeMapper 2020-01-14 21:54:08 +01:00
Dorian Villet
0f3fc569f2 Split fixtures. 2020-01-14 21:52:25 +01:00
Dorian Villet
7162243f47
Update README.md 2020-01-14 21:46:19 +01:00
Tomas Votruba
f0c0f03c6e
Merge pull request #2664 from rectorphp/static-type-mapper-collector
Add TypeMapper collector - part #1
2020-01-14 21:39:28 +01:00
TomasVotruba
6512a764e5 decouple ThisTypeMapper 2020-01-14 21:34:21 +01:00
TomasVotruba
9524ec636c add ParentStaticTypeMapper 2020-01-14 21:23:51 +01:00
TomasVotruba
682869a087 decouple IterableTypeMapper 2020-01-14 21:19:41 +01:00
TomasVotruba
0bf8eb833d rebuid docs 2020-01-14 21:19:23 +01:00
TomasVotruba
ba72bc847d decouple UnionTypeAnalyzer and UnionTypeAnalysis 2020-01-14 21:15:14 +01:00
TomasVotruba
49b3ca04b8 add TypeMapper 2020-01-14 21:15:14 +01:00
Dorian Villet
7e3697c2bd Fix ECS/Phpstan inspections. 2020-01-14 21:08:05 +01:00
Dorian Villet
ad6e7780c8 Merge remote-tracking branch 'origin/master' into filter-rector 2020-01-14 21:00:22 +01:00
Dorian Villet
961ad54933 Rename option to --only. 2020-01-14 20:54:38 +01:00