diff --git a/src/Wait/WaitForHttp.php b/src/Wait/WaitForHttp.php index dac2b0c..3ae06c2 100644 --- a/src/Wait/WaitForHttp.php +++ b/src/Wait/WaitForHttp.php @@ -48,6 +48,9 @@ class WaitForHttp extends BaseWaitStrategy return new self($port); } + /** + * @param HttpMethod|value-of $method + */ public function withMethod(HttpMethod | string $method): self { if (is_string($method)) {