We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28065e5 commit 2b0a5cbCopy full SHA for 2b0a5cb
1 file changed
rules/CodeQuality/Rector/MethodCall/AssertCountWithZeroToAssertEmptyRector.php
@@ -8,7 +8,6 @@
8
use PhpParser\Node\Expr\MethodCall;
9
use PhpParser\Node\Expr\StaticCall;
10
use Rector\Configuration\Deprecation\Contract\DeprecatedInterface;
11
-use Rector\PHPUnit\NodeAnalyzer\TestsNodeAnalyzer;
12
use Rector\Rector\AbstractRector;
13
use Symplify\RuleDocGenerator\ValueObject\CodeSample\CodeSample;
14
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
@@ -18,11 +17,6 @@
18
17
*/
19
final class AssertCountWithZeroToAssertEmptyRector extends AbstractRector implements DeprecatedInterface
20
{
21
- public function __construct(
22
- private readonly TestsNodeAnalyzer $testsNodeAnalyzer
23
- ) {
24
- }
25
-
26
public function getRuleDefinition(): RuleDefinition
27
28
return new RuleDefinition(
0 commit comments