We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a89b7 commit 03710c8Copy full SHA for 03710c8
1 file changed
Provider/AbstractHttpProvider.php
@@ -55,7 +55,7 @@ public function __construct(HttpClient $client, MessageFactory $factory = null)
55
*
56
* @throws InvalidServerResponse
57
*/
58
- protected function getUrlContents($url): string
+ protected function getUrlContents(string $url): string
59
{
60
$request = $this->getMessageFactory()->createRequest('GET', $url);
61
$response = $this->getHttpClient()->sendRequest($request);
0 commit comments