From 7d5f52b6d52f8ac21c20ebb1b45b53cf419fd6a7 Mon Sep 17 00:00:00 2001 From: Sergei Shitikov Date: Sun, 27 Oct 2024 21:57:24 +0100 Subject: [PATCH] restore the doc-block for withMethod() in WaitForHttp --- src/Wait/WaitForHttp.php | 3 +++ 1 file changed, 3 insertions(+) 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)) {