Skip to content

Commit 4ca3f87

Browse files
committed
remove ignore
1 parent bfd7ce4 commit 4ca3f87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rules/CodeQuality/Rector/ClassMethod/CreateMockToAnonymousClassRector.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ private function createAnonymousClass(Arg $firstArg): Class_
201201
}
202202

203203
// must respect PHPStan anonymous internal naming \Rector\NodeTypeResolver\PHPStan\Scope\PHPStanNodeScopeResolver::ANONYMOUS_CLASS_START_REGEX
204-
// @phpstan-ignore argument.type
205204
return new Class_('AnonymousClass1234', [
206205
'extends' => $className,
207206
], [

0 commit comments

Comments
 (0)