Skip to content

Commit 9c6294c

Browse files
author
Adam Soos
committed
no-jira: php cs fixer updates
1 parent 6d264cf commit 9c6294c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

source/rosette/api/Api.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,10 @@ public function setMillisecondsBetweenRetries($ms_between_retries)
207207
*
208208
* @param int $timeout
209209
*/
210-
public function setTimeout($timeout)
211-
{
212-
$this->timeout = $timeout;
213-
}
210+
public function setTimeout($timeout)
211+
{
212+
$this->timeout = $timeout;
213+
}
214214

215215
/**
216216
* Returns response code.

0 commit comments

Comments
 (0)