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 OptionsApi
/**
* @param array $data
* @return self
* @return $this
*/
protected function setData(array $data)
{
@@ -159,7 +159,7 @@ class OptionsApi
/**
* @param string|null $fetch
* @return self
* @return $this
*/
protected function setFetch(string $fetch = null)
{
@@ -169,7 +169,7 @@ class OptionsApi
/**
* @param $options
* @return self
* @return $this
*/
protected function setOptions($options = null)
{
@@ -179,7 +179,7 @@ class OptionsApi
/**
* @param $text
* @return self
* @return $this
*/
protected function setText($text = null)
{
@@ -189,7 +189,7 @@ class OptionsApi
/**
* @param $url
* @return self
* @return $this
*/
protected function setUrl($url)
{
@@ -199,7 +199,7 @@ class OptionsApi
/**
* @param null $value
* @return self
* @return $this
*/
protected function setValue($value = null)
{