6270 Commits

Author SHA1 Message Date
Tomas Votruba
ac60f8ac09 add Closure type to StaticTypeMapper 2019-10-13 02:47:12 +02:00
Tomáš Votruba
77ce3ea95e
fix get property by class (#2152)
fix get property by class
2019-10-13 01:39:53 +02:00
Tomas Votruba
73aba872b1 fix get property by class 2019-10-13 01:33:59 +02:00
Tomáš Votruba
ee93b7af8b
make ReturnTypeDeclarationRector keep implementation (#2151)
make ReturnTypeDeclarationRector keep implementation
2019-10-13 01:25:03 +02:00
Tomas Votruba
26213d5465 make ReturnTypeDeclarationRector keep implementation 2019-10-13 01:24:47 +02:00
Tomáš Votruba
a323fff8d4
Merge pull request #2150 from rectorphp/container-after-boot
phpstan - add getContainer() after boot()
2019-10-13 01:11:05 +02:00
Tomas Votruba
803682ab1e phpstan - add getContainer() after boot() 2019-10-13 01:10:36 +02:00
Tomáš Votruba
5e7c2941ca
Merge pull request #2149 from rectorphp/array-override
prevent doc type of child array override
2019-10-12 19:24:15 +02:00
Tomas Votruba
642ab6073a prevent doc type of child array override 2019-10-12 18:57:31 +02:00
Tomáš Votruba
4586e0c104
Merge pull request #2148 from rectorphp/return-iterable
[TypeDeclaration] Prevent array-iterable-Iterator override in ReturnTypeDeclarationRector
2019-10-12 18:54:22 +02:00
Tomas Votruba
d6d337e85e [TypeDeclaration] Prevent array-iterable-Iterator override in ReturnTypeDeclarationRector 2019-10-12 18:39:58 +02:00
Tomas Votruba
6c8f13a8b5 docs: add auto_import_names 2019-10-12 17:51:07 +02:00
Tomáš Votruba
63c120ef21
fix string-named func (#2147)
fix string-named func
2019-10-12 16:06:54 +02:00
Tomas Votruba
d22b998bd3 fix string-named func 2019-10-12 16:06:40 +02:00
Tomáš Votruba
787ae32a64
fix ValueResolver static array for non static keys (#2146)
fix ValueResolver static array for non static keys
2019-10-12 16:03:51 +02:00
Tomas Votruba
3d9790e26c fix ValueResolver static array for non static keys 2019-10-12 16:01:51 +02:00
Tomáš Votruba
8e46b7225b
[DeadCode] Make RemoveDefaultArgumentValueRector skip native fu… (#2145)
[DeadCode] Make RemoveDefaultArgumentValueRector skip native functions
2019-10-12 15:38:20 +02:00
Tomas Votruba
0a6349fbc7 [DeadCode] Make RemoveDefaultArgumentValueRector skip native functions to prevent full-PHP-stub loading to get that value 2019-10-12 15:37:17 +02:00
Tomáš Votruba
4fd1cde4b7
Merge pull request #2144 from rectorphp/phpunit-provider
[PHPUnit] Add RemoveDataProviderTestPrefixRector
2019-10-12 13:51:52 +02:00
Tomáš Votruba
3fce9aa551
Merge pull request #2114 from jeroensmit/ConstructorInjectionToActionInjectionRectorFix2
Fix for issue #2090
2019-10-11 13:41:11 +01:00
Tomas Votruba
8246bcb38a [PHPUnit] Add RemoveDataProviderTestPrefixRector 2019-10-11 12:03:07 +01:00
Tomáš Votruba
2d9bd7d19f
add inter support (#2141)
add inter support
2019-10-11 01:08:45 +01:00
Tomas Votruba
39c1008c87 add inter support 2019-10-11 00:50:32 +01:00
Tomáš Votruba
3612620637
fix 3rd party testing without config (#2140)
fix 3rd party testing without config
2019-10-10 22:31:24 +01:00
Tomas Votruba
f1d2841613 fix 3rd party testing without config 2019-10-10 22:21:19 +01:00
Tomáš Votruba
cf9761a702
Helpful printer - good for tranings (#2139)
Helpful printer - good for tranings
v0.5.16
2019-10-10 18:30:24 +01:00
Tomas Votruba
a35f944747 add ScreenFileCommand 2019-10-10 18:30:05 +01:00
Tomáš Votruba
e992dcf359
Merge pull request #2135 from rectorphp/fix-enscaped
Fix EncapsedStringsToSprintfRector for non-var exprs
v0.5.15
2019-10-10 15:28:11 +01:00
Tomas Votruba
b1d031031b Fix EncapsedStringsToSprintfRector for non-var exprs 2019-10-10 15:26:03 +01:00
Tomáš Votruba
cdc8696819
EncapsedStringsToSprintfRector fails when using class properties (#2128)
EncapsedStringsToSprintfRector fails when using class properties
2019-10-10 15:18:44 +01:00
Tomáš Votruba
ae06977ecf
fix stub loading location (#2130)
fix stub loading location
2019-10-10 15:01:40 +01:00
Tomas Votruba
a609b0b368 fix dynamic return type 2019-10-10 13:28:34 +01:00
Tomas Votruba
069602abd6 fix stub loading location 2019-10-10 13:22:44 +01:00
Tomáš Votruba
7bf76c92ea
Merge pull request #2129 from rectorphp/reserver
cleanup
2019-10-10 12:16:13 +01:00
Tomas Votruba
c80860e69b add uuid and phpunit stub 2019-10-10 12:10:49 +01:00
Tomas Votruba
6f9ec4addd composer: lower deps to phpstan-phpunit 0.9 to allow phpunit 6 install 2019-10-10 11:47:37 +01:00
Tomas Votruba
c27604b0d8 try lowerring uuid deps 2019-10-10 11:41:28 +01:00
Tomas Votruba
ecd39e7378 update changelog for new release v0.5.14 2019-10-09 16:42:08 +01:00
Dorian Villet
1cf50c6aaf Add a failing test for EncapsedStringsToSprintfRector. 2019-10-09 14:59:30 +02:00
Tomáš Votruba
800ad48659
improve uuid steps (#2125)
improve uuid steps
2019-10-09 11:23:12 +01:00
Tomas Votruba
b5b2358849 fix set error report 2019-10-09 11:19:51 +01:00
Tomas Votruba
1372df4cf2 improve uuid steps 2019-10-09 11:14:14 +01:00
Tomáš Votruba
fd9fcd3f6f
add CommanderCollector (#2124)
add CommanderCollector
2019-10-09 02:46:06 +01:00
Tomas Votruba
471abfbcca add CommanderCollector 2019-10-09 02:40:52 +01:00
Tomáš Votruba
3f629ac320
[SOLID] Prefer interface if possible (#2123)
[SOLID] Prefer interface if possible
2019-10-09 01:46:31 +01:00
Tomas Votruba
0dcd2b0014 [Solid] Add UseInterfaceOverImplementationInConstructorRector 2019-10-09 01:41:51 +01:00
Tomáš Votruba
cf63ed7817
[StrictCodeQuality] Add freshly created node support to var inl… (#2122)
[StrictCodeQuality] Add freshly created node support to var inline assert
2019-10-08 19:08:55 +01:00
Tomas Votruba
ff5403aa8b skip property and missing name 2019-10-08 18:58:32 +01:00
Tomas Votruba
eb222877eb [StrictCodeQuality] Add freshly created node support to var inline assert 2019-10-08 18:30:32 +01:00
Tomáš Votruba
c077548770
Merge pull request #2121 from rectorphp/template-less
Allow @Template to get nullable values
2019-10-08 17:15:12 +01:00