Skip to content

Commit f548c19

Browse files
committed
Fix getTimeout method return type
1 parent a328b8a commit f548c19

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)