Skip to content

Commit

Permalink
Use hip new style
Browse files Browse the repository at this point in the history
I like this way.
  • Loading branch information
Jim Lind committed Sep 6, 2015
1 parent 7a88a54 commit ec4bfc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/JimLind/TiVo/XmlDownloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ class XmlDownloader
*/
public function __construct($ip, $mak, ClientInterface $guzzle)
{
$originalUri = new Uri();
$this->uri = $originalUri
$this->uri = (new Uri)
->withScheme('https')
->withHost($ip)
->withPath('TiVoConnect');
Expand Down

0 comments on commit ec4bfc3

Please sign in to comment.