Skip to content

Commit e86b20d

Browse files
committed
fix
1 parent 950fb17 commit e86b20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/CodeQuality/Rector/FuncCall/AssertFuncCallToPHPUnitAssertRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function getNodeTypes(): array
8282
}
8383

8484
/**
85-
* @param Closure|FuncCall| $node
85+
* @param Closure|FuncCall $node
8686
* @return StaticCall|MethodCall|null|NodeVisitor::DONT_TRAVERSE_CHILDREN
8787
*/
8888
public function refactor(Node $node): StaticCall|MethodCall|null|int

0 commit comments

Comments
 (0)