Skip to content

Commit b11216c

Browse files
committed
final class
1 parent 91e3be0 commit b11216c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NodeTypeResolver/PHPStan/Scope/NodeVisitor/CallLikeThisBoundClosureArgsNodeVisitor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Rector\NodeAnalyzer\CallLikeExpectsThisBindedClosureArgsAnalyzer;
1515
use Rector\NodeTypeResolver\Node\AttributeKey;
1616

17-
class CallLikeThisBoundClosureArgsNodeVisitor extends NodeVisitorAbstract implements DecoratingNodeVisitorInterface
17+
final class CallLikeThisBoundClosureArgsNodeVisitor extends NodeVisitorAbstract implements DecoratingNodeVisitorInterface
1818
{
1919
public function __construct(
2020
private readonly CallLikeExpectsThisBindedClosureArgsAnalyzer $callLikeExpectsThisBindedClosureArgsAnalyzer

0 commit comments

Comments
 (0)