Skip to content

Commit

Permalink
tweak: param typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jan 30, 2024
1 parent fc3e426 commit e70c2f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Http.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public function fetch(
return $deferredPromise;
}

/** @param array<string, mixed> $init */
public function awaitFetch(string $input, array $init = []):Response {
$response = null;

Expand Down

0 comments on commit e70c2f8

Please sign in to comment.