Skip to content

Commit 1579e03

Browse files
committed
Skip rector rules
- AssertFuncCallToPHPUnitAssertRector::class - FunctionLikeToFirstClassCallableRector::class
1 parent 5176407 commit 1579e03

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
use Rector\Php81\Rector\Property\ReadOnlyPropertyRector;
1818
use Rector\PHPUnit\CodeQuality\Rector\Class_\NarrowUnusedSetUpDefinedPropertyRector;
1919
use Rector\PHPUnit\CodeQuality\Rector\Class_\PreferPHPUnitThisCallRector;
20+
use Rector\PHPUnit\CodeQuality\Rector\FuncCall\AssertFuncCallToPHPUnitAssertRector;
2021
use Rector\PHPUnit\Set\PHPUnitSetList;
2122
use Rector\Set\ValueObject\LevelSetList;
2223

@@ -40,5 +41,6 @@
4041
NullToStrictStringFuncCallArgRector::class,
4142
PreferPHPUnitThisCallRector::class,
4243
NarrowUnusedSetUpDefinedPropertyRector::class,
44+
AssertFuncCallToPHPUnitAssertRector::class,
4345
]);
4446
};

0 commit comments

Comments
 (0)