Skip to content

Commit f47404c

Browse files
committed
formatting
1 parent 602d779 commit f47404c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/Forge.php

+5-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Forge
3535
public $guzzle;
3636

3737
/**
38-
* Timeout
38+
* Number of seconds a request is retried.
3939
*
4040
* @var int
4141
*/
@@ -80,13 +80,15 @@ protected function transformCollection($collection, $class, $extraData = [])
8080

8181
/**
8282
* Set a new timeout
83-
*
83+
*
8484
* @param int $timeout
85-
* @return \Themsaid\Forge\Forge
85+
* @return $this
8686
*/
8787
public function setTimeout($timeout)
8888
{
8989
$this->timeout = $timeout;
90+
91+
return $this;
9092
}
9193

9294
/**

0 commit comments

Comments
 (0)