1
0
Fork 0

Revert "Replace IHTTPResult for CurlResult usages"

This reverts commit 97167d7b
This commit is contained in:
Philipp Holzer 2020-10-11 23:26:17 +02:00
commit b70b9d1139
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
4 changed files with 23 additions and 24 deletions

View file

@ -101,7 +101,7 @@ class CurlResult implements IHTTPResult
*
* @param string $url optional URL
*
* @return IHTTPResult a CURL with error response
* @return CurlResult a CURL with error response
* @throws InternalServerErrorException
*/
public static function createErrorCurl($url = '')