Skip to content

Commit 6db5b9b

Browse files
committed
[ci-review] Rector Rectify
1 parent bbb92e9 commit 6db5b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/CodeQuality/Rector/MethodCall/AssertTrueFalseToSpecificMethodRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function refactor(Node $node): ?Node
106106
if ($firstArgumentName === 'is_a') {
107107
/**
108108
* @var FuncCall $firstArgumentValue
109-
* @var array<Arg> $args
109+
* @var array<Arg>
110110
**/
111111
$args = $firstArgumentValue->getArgs();
112112
if ($args === []) {

0 commit comments

Comments
 (0)