Replace IHTTPResult for CurlResult usages

This commit is contained in:
Philipp
2020-10-07 21:49:12 +02:00
parent f238f4efbe
commit 97167d7b90
4 changed files with 24 additions and 23 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ class CurlResult implements IHTTPResult
*
* @param string $url optional URL
*
* @return CurlResult a CURL with error response
* @return IHTTPResult a CURL with error response
* @throws InternalServerErrorException
*/
public static function createErrorCurl($url = '')