Skip to content

Commit 7062b01

Browse files
Suppress throws.unusedType
1 parent 8186b93 commit 7062b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/MockObject/Generator/Generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ private function instantiateProxyTarget(?object $proxyTarget, object $object, st
11011101
*
11021102
* @throws ReflectionException
11031103
*
1104-
* @phpstan-ignore missingType.generics
1104+
* @phpstan-ignore missingType.generics, throws.unusedType
11051105
*/
11061106
private function reflectClass(string $className): ReflectionClass
11071107
{

0 commit comments

Comments
 (0)