We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CSSFunction::parseArguments
1 parent abb4c47 commit 2d81c9eCopy full SHA for 2d81c9e
1 file changed
src/Value/CSSFunction.php
@@ -76,7 +76,7 @@ private static function parseName(ParserState $parserState, bool $ignoreCase = f
76
* @throws UnexpectedEOFException
77
* @throws UnexpectedTokenException
78
*/
79
- private static function parseArguments(ParserState $parserState)
+ protected static function parseArguments(ParserState $parserState)
80
{
81
return Value::parseValue($parserState, ['=', ' ', ',']);
82
}
0 commit comments