TomasVotruba
|
05b6df31e6
|
[CI] Add check for duplicated fixture after before content
|
2020-01-18 01:03:39 +01:00 |
|
TomasVotruba
|
92879b285d
|
fix dot in GetParameterToConstructorInjectionRector
|
2019-12-22 21:13:59 +01:00 |
|
TomasVotruba
|
c1c0e37690
|
[Symfony] refactor to ServiceMap
|
2019-12-17 01:21:18 +01:00 |
|
TomasVotruba
|
9075363fef
|
bump to PHPStan 0.12
|
2019-12-09 00:57:53 +01:00 |
|
TomasVotruba
|
290d0b4ee5
|
fixup! Merge pull request #2409 from rectorphp/phalcon-round-2
|
2019-12-08 18:01:29 +01:00 |
|
TomasVotruba
|
cad84c0acb
|
Fix CompleteDynamicPropertiesRector to add parent property
|
2019-12-04 23:23:50 +01:00 |
|
TomasVotruba
|
9e589ba105
|
Make sure name is passed to getName(), instead of expr
|
2019-12-04 22:08:34 +01:00 |
|
TomasVotruba
|
1a6c71194e
|
add function test case
|
2019-12-01 16:19:09 +01:00 |
|
TomasVotruba
|
2bfb9e1536
|
[Symfony] Fix ConsoleExecuteReturnInt for nested functions
|
2019-12-01 16:19:09 +01:00 |
|
TomasVotruba
|
a3693df310
|
use exclude as list
|
2019-11-22 20:10:39 +01:00 |
|
TomasVotruba
|
bb7125361e
|
[Nette] Add SetClassWithArgumentToSetFactoryRector
|
2019-11-14 13:01:23 +01:00 |
|
Tomas Votruba
|
8d57420bd6
|
use yieldFilesFromDirectory() in tests instead of explicid fixture naming
|
2019-11-05 18:02:26 +01:00 |
|
Tomas Votruba
|
c227752552
|
fix negation of scalar in IdenticalFalseToBooleanNotRector
|
2019-11-05 13:35:05 +01:00 |
|
Tomas Votruba
|
04e0de2429
|
fix implode of string/string
|
2019-11-05 13:35:04 +01:00 |
|
Tomas Votruba
|
e4bf0e923c
|
add coding-style set + apply
|
2019-11-05 13:05:14 +01:00 |
|
Tomas Votruba
|
0bb23e888b
|
fix standalone run to symfony demo
|
2019-11-05 10:15:50 +01:00 |
|
Jeroen Smit
|
c41737e3a2
|
Merge branch 'master' of github.com:rectorphp/rector into previousStatementRewrite
|
2019-11-01 15:55:46 +01:00 |
|
Tomas Votruba
|
1620cf0211
|
apply code-quality
|
2019-10-30 15:38:30 +01:00 |
|
Tomas Votruba
|
40c49710e9
|
[cs] reoder private methods by call order
|
2019-10-30 10:49:07 +01:00 |
|
Jeroen Smit
|
d9d2af5058
|
Rename variables
|
2019-10-27 18:40:59 +01:00 |
|
Jeroen Smit
|
44db1271cb
|
Merge branch 'master' of github.com:rectorphp/rector into previousStatementRewrite
|
2019-10-27 18:14:00 +01:00 |
|
Jeroen Smit
|
10391ae7f2
|
Rewrite of expression to previous statement
|
2019-10-27 17:50:26 +01:00 |
|
Tomas Votruba
|
55826c1432
|
add ternary operator
|
2019-10-26 12:41:01 +02:00 |
|
Tomas Votruba
|
07413334f7
|
optimize ConsoleExecuteReturnIntRector
|
2019-10-26 12:11:49 +02:00 |
|
Jonas Elfering
|
8e19132c7b
|
Fix ConsoleExecuteReturnIntRector if target class not directly extends Command
Fixes: https://github.com/rectorphp/rector/pull/2200#issuecomment-546327783
|
2019-10-25 14:45:54 +02:00 |
|
Jonas Elfering
|
cb3ef10aef
|
Fix ConsoleExecuteReturnIntRector for non console commands
Fixes: https://github.com/rectorphp/rector/pull/2197
|
2019-10-25 12:39:01 +02:00 |
|
Fran Moreno
|
a4099eb99b
|
Add test to ConsoleExecuteReturnIntRector for a not command class
|
2019-10-25 10:53:33 +02:00 |
|
Tomas Votruba
|
8d1b732d0f
|
use ->name on method call
|
2019-10-24 11:54:47 +02:00 |
|
Tomas Votruba
|
4dfd0a6331
|
[PHP 74] Add ChangeReflectionTypeToStringToGetNameRector
|
2019-10-24 01:49:34 +02:00 |
|
Tomas Votruba
|
2407aaec05
|
Fix class annotation removal [closes #2158]
|
2019-10-18 20:39:46 +02:00 |
|
Tomas Votruba
|
f0f20c457e
|
fix cs
|
2019-10-14 19:06:43 +02:00 |
|
Tomáš Votruba
|
a98d6f93d0
|
Merge pull request #2132 from keulinho/add-console-execute-return-int-rector
[Symfony] Add ConsoleExecuteReturnIntRector
|
2019-10-14 16:38:56 +02:00 |
|
Jonas Elfering
|
c016a810d4
|
Fix static analysis
|
2019-10-14 08:24:21 +02:00 |
|
Jonas Elfering
|
cce6f32dd8
|
Use isName() instead of string compare
|
2019-10-14 08:12:12 +02:00 |
|
Jonas Elfering
|
1ecef4cedd
|
Cast return value if its not an int
|
2019-10-13 11:19:27 +02:00 |
|
Tomas Votruba
|
acfd930f54
|
apply PSR-12
|
2019-10-13 08:09:08 +02:00 |
|
Jonas Elfering
|
16e225ba06
|
Add ability to refactor called methods
|
2019-10-11 23:01:02 +02:00 |
|
Jonas Elfering
|
33a41ddb4a
|
Add ConsoleExecuteReturnIntRector
Fixes: https://github.com/rectorphp/rector/issues/2119
|
2019-10-10 15:34:56 +02:00 |
|
Tomáš Votruba
|
7226e7efef
|
Merge pull request #2070 from adrozdek/fix/var-dumper-test-trait-argument
Fixed the third argument in VarDumperTestTrait.
|
2019-10-04 09:44:55 +02:00 |
|
Tomas Votruba
|
f04a602d47
|
apply
|
2019-10-03 11:59:58 +02:00 |
|
Tomas Votruba
|
3a6b3b8d83
|
fix type resolution for traversable
|
2019-10-02 20:29:57 +02:00 |
|
Tomas Votruba
|
7fa3909acb
|
decoupling
|
2019-10-02 20:29:57 +02:00 |
|
Tomáš Votruba
|
5ab372dc25
|
Merge branch 'master' into StringToArrayArgumentProcessRectorTest/fixtures_traversable
|
2019-10-02 17:17:18 +02:00 |
|
Tomas Votruba
|
ec2ec37538
|
fix isSubmitted() previous calls for FormIsValidRector
|
2019-10-02 15:46:02 +02:00 |
|
Tomas Votruba
|
f3783ac164
|
simplify fixture
|
2019-10-02 15:18:19 +02:00 |
|
Dorian Villet
|
6ab3ee9a67
|
Add failing test case for StringToArrayArgumentProcessRectorTest about Traversable.
|
2019-10-02 14:50:59 +02:00 |
|
Dorian Villet
|
946ef1e9c2
|
Simplify fixtures files.
|
2019-10-02 14:50:59 +02:00 |
|
Dorian Villet
|
7a06337384
|
Add tests for #2056.
|
2019-10-02 10:53:44 +02:00 |
|
Agata
|
fa242fec31
|
Fixed third argument in VarDumperTestTrait.
|
2019-10-01 22:07:51 +02:00 |
|
Tomas Votruba
|
8c259c8d92
|
add stubs over mirror class names in tests
|
2019-09-30 09:12:25 +02:00 |
|