Skip to content
Snippets Groups Projects

Added timeout to options.

Merged Krzysztof Dyszczyk requested to merge feature/timeout into master
6 files
+ 35
10
Compare changes
  • Side-by-side
  • Inline

Files

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