We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e3be0 commit b11216cCopy full SHA for b11216c
src/NodeTypeResolver/PHPStan/Scope/NodeVisitor/CallLikeThisBoundClosureArgsNodeVisitor.php
@@ -14,7 +14,7 @@
14
use Rector\NodeAnalyzer\CallLikeExpectsThisBindedClosureArgsAnalyzer;
15
use Rector\NodeTypeResolver\Node\AttributeKey;
16
17
-class CallLikeThisBoundClosureArgsNodeVisitor extends NodeVisitorAbstract implements DecoratingNodeVisitorInterface
+final class CallLikeThisBoundClosureArgsNodeVisitor extends NodeVisitorAbstract implements DecoratingNodeVisitorInterface
18
{
19
public function __construct(
20
private readonly CallLikeExpectsThisBindedClosureArgsAnalyzer $callLikeExpectsThisBindedClosureArgsAnalyzer
0 commit comments