Skip to content

Commit 950fb17

Browse files
committed
fix
1 parent d1919e4 commit 950fb17

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
@@ -83,7 +83,7 @@ public function getNodeTypes(): array
8383

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

0 commit comments

Comments
 (0)