updated packages
This commit is contained in:
2
vendor/symfony/css-selector/Parser/Token.php
vendored
2
vendor/symfony/css-selector/Parser/Token.php
vendored
@@ -62,7 +62,7 @@ class Token
|
||||
return self::TYPE_FILE_END === $this->type;
|
||||
}
|
||||
|
||||
public function isDelimiter(array $values = array()): bool
|
||||
public function isDelimiter(array $values = []): bool
|
||||
{
|
||||
if (self::TYPE_DELIMITER !== $this->type) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user