Skip to content

Commit ddd64e9

Browse files
committed
fix: minor
1 parent e18b4de commit ddd64e9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Unit/Capability/Discovery/DocBlockTestFixture.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ public function methodWithReturn(): string
7777
*/
7878
public function methodWithMultipleTags(float $value): bool
7979
{
80-
if ($value < 0) {
81-
throw new \RuntimeException('Processing failed for negative values');
82-
}
83-
8480
return true;
8581
}
8682

0 commit comments

Comments
 (0)