restore the doc-block for withMethod() in WaitForHttp

This commit is contained in:
Sergei Shitikov
2024-10-27 21:57:24 +01:00
parent 662acfefa1
commit 7d5f52b6d5
+3
View File
@@ -48,6 +48,9 @@ class WaitForHttp extends BaseWaitStrategy
return new self($port);
}
/**
* @param HttpMethod|value-of<HttpMethod> $method
*/
public function withMethod(HttpMethod | string $method): self
{
if (is_string($method)) {