Skip to content

Commit d7f50a1

Browse files
test: remove unnecessary phpstan-ignore annotation in DocBlockTestFixture
1 parent c792cb5 commit d7f50a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Capability/Discovery/DocBlockTestFixture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function methodWithReturn(): string
7575
* @deprecated use newMethod() instead
7676
* @see DocBlockTestFixture::newMethod()
7777
*/
78-
public function methodWithMultipleTags(float $value): bool /* @phpstan-ignore throws.unusedType */
78+
public function methodWithMultipleTags(float $value): bool
7979
{
8080
return true;
8181
}

0 commit comments

Comments
 (0)