Update to Drupal 8.2.6. For more information, see https://www.drupal.org/project/drupal/releases/8.2.6
This commit is contained in:
parent
db56c09587
commit
f1e72395cb
588 changed files with 26857 additions and 2777 deletions
vendor/symfony/css-selector/Exception
|
@ -27,7 +27,7 @@ class SyntaxErrorException extends ParseException
|
|||
* @param string $expectedValue
|
||||
* @param Token $foundToken
|
||||
*
|
||||
* @return SyntaxErrorException
|
||||
* @return self
|
||||
*/
|
||||
public static function unexpectedToken($expectedValue, Token $foundToken)
|
||||
{
|
||||
|
@ -38,7 +38,7 @@ class SyntaxErrorException extends ParseException
|
|||
* @param string $pseudoElement
|
||||
* @param string $unexpectedLocation
|
||||
*
|
||||
* @return SyntaxErrorException
|
||||
* @return self
|
||||
*/
|
||||
public static function pseudoElementFound($pseudoElement, $unexpectedLocation)
|
||||
{
|
||||
|
@ -48,7 +48,7 @@ class SyntaxErrorException extends ParseException
|
|||
/**
|
||||
* @param int $position
|
||||
*
|
||||
* @return SyntaxErrorException
|
||||
* @return self
|
||||
*/
|
||||
public static function unclosedString($position)
|
||||
{
|
||||
|
@ -56,7 +56,7 @@ class SyntaxErrorException extends ParseException
|
|||
}
|
||||
|
||||
/**
|
||||
* @return SyntaxErrorException
|
||||
* @return self
|
||||
*/
|
||||
public static function nestedNot()
|
||||
{
|
||||
|
@ -64,7 +64,7 @@ class SyntaxErrorException extends ParseException
|
|||
}
|
||||
|
||||
/**
|
||||
* @return SyntaxErrorException
|
||||
* @return self
|
||||
*/
|
||||
public static function stringAsFunctionArgument()
|
||||
{
|
||||
|
|
Reference in a new issue