mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-08 15:29:31 +00:00
restore the doc-block for withMethod() in WaitForHttp
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user