Skip to content

Commit 7108333

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into 4.3
2 parents 9181a86 + 554ce9e commit 7108333

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"phpstan/phpstan": "^1.7.1",
2525
"phpunit/phpunit": "^9.1",
2626
"predis/predis": "^1.1 || ^2.0",
27-
"rector/rector": "0.13.10"
27+
"rector/rector": "0.14.0"
2828
},
2929
"suggest": {
3030
"ext-imagick": "If you use Image class ImageMagickHandler",

rector.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
use Rector\CodingStyle\Rector\FuncCall\CountArrayToEmptyArrayComparisonRector;
3030
use Rector\Config\RectorConfig;
3131
use Rector\DeadCode\Rector\ClassMethod\RemoveUnusedPrivateMethodRector;
32-
use Rector\DeadCode\Rector\If_\RemoveAlwaysTrueIfConditionRector;
3332
use Rector\DeadCode\Rector\If_\UnwrapFutureCompatibleIfPhpVersionRector;
3433
use Rector\DeadCode\Rector\MethodCall\RemoveEmptyMethodCallRector;
3534
use Rector\EarlyReturn\Rector\Foreach_\ChangeNestedForeachIfsToEarlyContinueRector;
@@ -131,12 +130,6 @@
131130
GetMockBuilderGetMockToCreateMockRector::class => [
132131
__DIR__ . '/tests/system/Email/EmailTest.php',
133132
],
134-
135-
// buggy on read based on @var on property on Trait
136-
RemoveAlwaysTrueIfConditionRector::class => [
137-
'**Trait.php',
138-
__DIR__ . '/system/Test/ControllerTester.php',
139-
],
140133
]);
141134

142135
// auto import fully qualified class names

0 commit comments

Comments
 (0)