We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c22cce commit 2c8ead6Copy full SHA for 2c8ead6
1 file changed
rector.php
@@ -38,7 +38,6 @@
38
use Rector\Php71\Rector\FuncCall\CountOnNullRector;
39
use Rector\Php73\Rector\FuncCall\JsonThrowOnErrorRector;
40
use Rector\Php73\Rector\FuncCall\StringifyStrNeedlesRector;
41
-use Rector\PHPUnit\Rector\MethodCall\AssertPropertyExistsRector;
42
use Rector\PHPUnit\Set\PHPUnitSetList;
43
use Rector\Privatization\Rector\Property\PrivatizeFinalClassPropertyRector;
44
use Rector\Set\ValueObject\LevelSetList;
@@ -78,8 +77,6 @@
78
77
__DIR__ . '/tests/_support',
79
JsonThrowOnErrorRector::class,
80
StringifyStrNeedlesRector::class,
81
- // assertObjectHasAttribute() is deprecated
82
- AssertPropertyExistsRector::class,
83
84
RemoveUnusedPrivateMethodRector::class => [
85
// private method called via getPrivateMethodInvoker
0 commit comments