1
0
Fork 0

Replace IHTTPResult for CurlResult usages

This commit is contained in:
Philipp Holzer 2020-10-07 21:49:12 +02:00
commit 97167d7b90
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
4 changed files with 24 additions and 23 deletions

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 = '')