Skip to content

Commit 9de2af3

Browse files
authored
Merge pull request #210 from cybercog/fix-return-type
Fix getTimeout method return type
2 parents 0be554c + f548c19 commit 9de2af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public function setTimeout($timeout): Settings
189189
}
190190

191191
/**
192-
* @return float
192+
* @return int
193193
*/
194194
public function getTimeout(): int
195195
{

0 commit comments

Comments
 (0)