5444 Commits

Author SHA1 Message Date
Ravan Scafi
500a0404a0
Do not remove args when replacing to static calls 2019-07-10 10:15:12 -03:00
Tomáš Votruba
f6751ac022
[Generic] Add ServiceGetterToConstructorInjectionRector (#1720)
[Generic] Add ServiceGetterToConstructorInjectionRector
2019-07-10 09:05:29 +02:00
Tomas Votruba
e5844eb13a [Generic] Add ServiceGetterToConstructorInjectionRector 2019-07-10 08:50:50 +02:00
Tomáš Votruba
d7a88ddd45
Resolve anonymous class return type to object (#1719)
Resolve anonymous class return type to object
2019-07-09 22:50:42 +02:00
Tomas Votruba
ca378451a6 resolve anonymous class to object 2019-07-09 22:43:53 +02:00
Tomas Votruba
bd6d976313 add test case for #1708 2019-07-09 22:43:53 +02:00
Tomáš Votruba
0c31763c7d
[DeadCode] Fix too deep nesting in dead private property (#1718)
[DeadCode] Fix too deep nesting in dead private property
2019-07-09 22:21:19 +02:00
Tomas Votruba
21f72206b1 [DeadCode] Fix RemoveUnusedPrivatePropertyRector for nested chain method callable 2019-07-09 22:15:58 +02:00
Tomas Votruba
f70c9aad1c [funding] remove open-collective 2019-07-09 21:46:22 +02:00
Tomáš Votruba
0cf33fd386
[DeadCode] Add static, self and FQN type to RemoveUnusedPrivate… (#1717)
[DeadCode] Add static, self and FQN type to RemoveUnusedPrivateMethodRector
2019-07-09 21:45:34 +02:00
Tomas Votruba
878e4054e1 [DeadCode] Add static, self and FQN type to RemoveUnusedPrivateMethodRector 2019-07-09 21:33:25 +02:00
Tomáš Votruba
b106b90db8
[DeadCode] Keep array method call in RemoveUnusedPrivateMethodR… (#1716)
[DeadCode] Keep array method call in RemoveUnusedPrivateMethodRector
2019-07-09 19:58:58 +02:00
Tomas Votruba
bb2f77f4b0 [DeadCode] Keep array method call in RemoveUnusedPrivateMethodRector 2019-07-09 19:45:03 +02:00
Tomáš Votruba
3bee49fa90
Merge pull request #1713 from stloyd/1683
Remove `--with-style` in favour of mentioning ECS
2019-07-09 18:58:28 +02:00
Tomáš Votruba
940db5fc78
Merge pull request #1715 from rectorphp/constant-from-class
[SOLID] Fix PrivatizeLocalClassConstantRector for in-class use
2019-07-09 18:55:33 +02:00
Tomas Votruba
6fdf08ab3c [SOLID] Fix PrivatizeLocalClassConstantRector for used constant from single class [closes #1634] 2019-07-09 18:51:04 +02:00
Tomáš Votruba
048f6eebea
Cleanup (#1714)
Cleanup
2019-07-09 18:26:01 +02:00
Joseph Bielawski
c9af28a2c4
Apply suggested changes
Co-Authored-By: Tomáš Votruba <tomas.vot@gmail.com>
2019-07-09 18:17:03 +02:00
Tomas Votruba
da6a3920c1 cleanup 2019-07-09 17:29:04 +02:00
Tomas Votruba
d3115e8b8a [CodeQuality] Fix StrlenZeroToIdenticalEmptyStringRector skipping non-matching binary 2019-07-09 17:06:58 +02:00
Joseph Bielawski
08d792dda2 Remove --with-style in favour of mentioning ECS
List reasons why Rector doesn't work well with coding standards instead
2019-07-09 17:05:10 +02:00
Tomáš Votruba
b0e58e8b40
Fix tests according to review and a few typos (#1712)
Fix tests according to review and a few typos
2019-07-09 16:52:30 +02:00
Ravan Scafi
f33531b878
Fix tests according to review and a few typos 2019-07-09 11:27:55 -03:00
Tomáš Votruba
2fabe47817
[FuncCall] Don't add $result to parse_str if second parameter i… (#1709)
[FuncCall] Don't add $result to parse_str if second parameter is already set
2019-07-09 15:45:37 +02:00
Tomáš Votruba
23c8c72427
Do not mark injected properties as private when moved to constr… (#1711)
Do not mark injected properties as private when moved to constructor
2019-07-09 15:36:33 +02:00
Holtkamp
60eb0fd051 Do not mark injected properties as private as soon as they use constructor-based injection 2019-07-09 14:31:35 +02:00
Tomáš Votruba
b60e48e6d3
Merge pull request #1696 from rectorphp/assert-request-debug
[PHPUnit][Symfony] Add AddMessageToEqualsResponseCodeRector
2019-07-09 10:29:28 +02:00
Tomáš Votruba
0279ce0ff2
Merge pull request #1710 from ravanscafi/multilevel-array-subset
[MethodCall] Fix multilevel array subsets
2019-07-09 08:32:01 +02:00
Ravan Scafi
8bf272e585
Fix multilevel array subsets 2019-07-08 18:13:31 -03:00
Ravan Scafi
aca9cfbd76
Don't add $result to parse_str if second parameter is already set 2019-07-08 15:11:34 -03:00
Tomáš Votruba
797e8adb93
Merge pull request #1707 from ravanscafi/varconstant
Don't mess with lines between docblock comment and var type.
2019-07-08 18:35:25 +02:00
Ravan Scafi
7c9e153e6a
Don't mess with lines between docblock comment and var type. 2019-07-08 11:51:50 -03:00
Jeroen Smit
b8cb084573 Fixed some issues for RemoveZeroAndOneBinaryRector (#1702)
* Fixed issue where '1 / x' is considered to be equal to 'x'
Fixed issue where '($var + 1)' inside another expression is considered to be equal to '1'
Expanded unit test for ValueResolver

* Made tests more explicit
2019-07-06 22:53:29 +02:00
Jeroen Smit
6f9a587ca8 Fixed wrong naming of docs script in composer.json (#1705)
* Fixed wrong naming of docs script in composer.json
Regenerated docs
2019-07-06 21:51:36 +02:00
Tomáš Votruba
3cbf485ce6
Make sure parameter is not removed when a child class does use… (#1701)
Make sure parameter is not removed when a child class does use the parameter
2019-07-06 21:44:52 +02:00
Tomáš Votruba
7c3bbfa237
Fixed unintended removal of properties when used inside a trait (#1703)
Fixed unintended removal of properties when used inside a trait
2019-07-06 21:34:01 +02:00
Jeroen Smit
9d0f043cfd Remove docblock 2019-07-06 19:29:37 +02:00
Tomáš Votruba
915588a8c7
Merge pull request #1694 from aboks/patch-1
Add rector.yaml to .dockerignore
2019-07-06 19:06:06 +02:00
Tomáš Votruba
94d8e38210
Merge pull request #1704 from jeroensmit/temp-path-fix
Fixed failing unit test when sys_get_temp_dir() != '/tmp'
2019-07-06 18:49:59 +02:00
Tomáš Votruba
3baa863e86
Merge pull request #1699 from ravanscafi/update-composer-scripts
Update composer scripts
2019-07-06 18:46:43 +02:00
Ravan Scafi
f05c025f59
Fix complete-check call to docs 2019-07-06 13:37:27 -03:00
Jeroen Smit
5a5f25e5a9 Fixed failing unit test when sys_get_temp_dir() != '/tmp' 2019-07-06 17:59:59 +02:00
Jeroen Smit
68cfefc36e Fixed unintended removal of properties when used inside a trait 2019-07-06 17:52:02 +02:00
Jeroen Smit
50ceaa61d2 Make sure parameter is not removed when a child class does use the parameter 2019-07-06 17:42:22 +02:00
Tomáš Votruba
38c00ffb46
Merge pull request #1697 from ravanscafi/static-constant-call
[DeadCode] Allow static constant call on RemoveUnusedPrivateConstantRector
2019-07-06 16:07:10 +02:00
Tomáš Votruba
c7adeba25f
Merge pull request #1698 from ravanscafi/fix-return-type
Fix NameTypeResolver@resolveFullyQualifiedName return type
2019-07-06 15:54:36 +02:00
Ravan Scafi
a20aaf95ba
Allow private constants being called with static:: 2019-07-05 18:02:53 -03:00
Ravan Scafi
8b121967f1
Add failing test showing the bug 2019-07-05 18:02:53 -03:00
Ravan Scafi
1673949cef
Fix NameTypeResolver@resolveFullyQualifiedName return type 2019-07-05 17:42:05 -03:00
Tomas Votruba
70cf0e33b2 [PHPUnit][Symfony] Add AddMessageToEqualsResponseCodeRector 2019-07-05 18:56:19 +03:00