Replace IHTTPResult for CurlResult usages
This commit is contained in:
parent
f238f4efbe
commit
97167d7b90
4 changed files with 24 additions and 23 deletions
|
@ -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 = '')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue