updated core and modules
This commit is contained in:
+5
-5
@@ -57,7 +57,7 @@ class AcceptHeaderItem
|
||||
*
|
||||
* @param string $itemValue
|
||||
*
|
||||
* @return AcceptHeaderItem
|
||||
* @return self
|
||||
*/
|
||||
public static function fromString($itemValue)
|
||||
{
|
||||
@@ -103,7 +103,7 @@ class AcceptHeaderItem
|
||||
*
|
||||
* @param string $value
|
||||
*
|
||||
* @return AcceptHeaderItem
|
||||
* @return $this
|
||||
*/
|
||||
public function setValue($value)
|
||||
{
|
||||
@@ -127,7 +127,7 @@ class AcceptHeaderItem
|
||||
*
|
||||
* @param float $quality
|
||||
*
|
||||
* @return AcceptHeaderItem
|
||||
* @return $this
|
||||
*/
|
||||
public function setQuality($quality)
|
||||
{
|
||||
@@ -151,7 +151,7 @@ class AcceptHeaderItem
|
||||
*
|
||||
* @param int $index
|
||||
*
|
||||
* @return AcceptHeaderItem
|
||||
* @return $this
|
||||
*/
|
||||
public function setIndex($index)
|
||||
{
|
||||
@@ -211,7 +211,7 @@ class AcceptHeaderItem
|
||||
* @param string $name
|
||||
* @param string $value
|
||||
*
|
||||
* @return AcceptHeaderItem
|
||||
* @return $this
|
||||
*/
|
||||
public function setAttribute($name, $value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user