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 e18b4de commit ddd64e9Copy full SHA for ddd64e9
tests/Unit/Capability/Discovery/DocBlockTestFixture.php
@@ -77,10 +77,6 @@ public function methodWithReturn(): string
77
*/
78
public function methodWithMultipleTags(float $value): bool
79
{
80
- if ($value < 0) {
81
- throw new \RuntimeException('Processing failed for negative values');
82
- }
83
-
84
return true;
85
}
86
0 commit comments