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 c792cb5 commit d7f50a1Copy full SHA for d7f50a1
tests/Unit/Capability/Discovery/DocBlockTestFixture.php
@@ -75,7 +75,7 @@ public function methodWithReturn(): string
75
* @deprecated use newMethod() instead
76
* @see DocBlockTestFixture::newMethod()
77
*/
78
- public function methodWithMultipleTags(float $value): bool /* @phpstan-ignore throws.unusedType */
+ public function methodWithMultipleTags(float $value): bool
79
{
80
return true;
81
}
0 commit comments