Upgrade to 3.5.5

This commit is contained in:
Bastian Allgeier
2021-05-11 11:55:32 +02:00
parent de3560f3d6
commit efeff45192
146 changed files with 2008 additions and 1075 deletions

View File

@@ -149,7 +149,7 @@ class Remote
/**
* Sets up all curl options and sends the request
*
* @return self
* @return $this
*/
public function fetch()
{
@@ -291,7 +291,7 @@ class Remote
*
* @param string $url
* @param array $params
* @return self
* @return static
*/
public static function get(string $url, array $params = [])
{
@@ -385,7 +385,7 @@ class Remote
*
* @param string $url
* @param array $params
* @return self
* @return static
*/
public static function request(string $url, array $params = [])
{