Skip to content

Commit d95018d

Browse files
committed
[ci-review] Rector Rectify
1 parent 3d183ca commit d95018d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/CodeQuality/Rector/MethodCall/AssertCountWithZeroToAssertEmptyRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function refactor(Node $node): MethodCall|StaticCall|null
7575
return null;
7676
}
7777

78-
$secondType = $this->getType($node->getArgs()[1]->value);
78+
$secondType = $this->getType($node->getArgs()[1]->value);
7979
if ($secondType instanceof UnionType) {
8080
return null;
8181
}

0 commit comments

Comments
 (0)