Skip to content
Snippets Groups Projects

Added timeout to options.

Merged Krzysztof Dyszczyk requested to merge feature/timeout into master
3 files
+ 14
7
Compare changes
  • Side-by-side
  • Inline

Files

+ 0
6
@@ -33,10 +33,4 @@ interface ApiClientOptions extends HttpClientOptions, SerializerOptions
@@ -33,10 +33,4 @@ interface ApiClientOptions extends HttpClientOptions, SerializerOptions
* @return string
* @return string
*/
*/
public function getApiClientClass();
public function getApiClientClass();
/**
* @return int
*/
public function getTimeout();
}
}
\ No newline at end of file
Loading