Skip to content

Commit

Permalink
Fixes an invalid @return param type.
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Mar 14, 2016
1 parent d056b39 commit 2e0c341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Helpers/MetarHTTPClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function __construct($config = [])
/**
* Make a HTTP request and retrieve the body.
* @param string $url The URL to request
* @return string
* @return \Psr\Http\Message\StreamInterface
*/
public function getMetarAPIResponse($url)
{
Expand Down

0 comments on commit 2e0c341

Please sign in to comment.