mirror of
https://github.com/stan220/testcontainers-php.git
synced 2026-09-12 09:29:35 +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);
|
return new self($port);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param HttpMethod|value-of<HttpMethod> $method
|
||||||
|
*/
|
||||||
public function withMethod(HttpMethod | string $method): self
|
public function withMethod(HttpMethod | string $method): self
|
||||||
{
|
{
|
||||||
if (is_string($method)) {
|
if (is_string($method)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user