Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Oct 24, 2017
1 parent 602d779 commit f47404c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Forge.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Forge
public $guzzle;

/**
* Timeout
* Number of seconds a request is retried.
*
* @var int
*/
Expand Down Expand Up @@ -80,13 +80,15 @@ protected function transformCollection($collection, $class, $extraData = [])

/**
* Set a new timeout
*
*
* @param int $timeout
* @return \Themsaid\Forge\Forge
* @return $this
*/
public function setTimeout($timeout)
{
$this->timeout = $timeout;

return $this;
}

/**
Expand Down

0 comments on commit f47404c

Please sign in to comment.