From e70c2f84aec4eac1643d385d19da6a64b1c45d3f Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Tue, 30 Jan 2024 19:18:23 +0000 Subject: [PATCH] tweak: param typehint --- src/Http.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Http.php b/src/Http.php index 7bd03e8..0866890 100644 --- a/src/Http.php +++ b/src/Http.php @@ -88,6 +88,7 @@ public function fetch( return $deferredPromise; } + /** @param array $init */ public function awaitFetch(string $input, array $init = []):Response { $response = null;