MDL-81660 core: Bump php-css-parser to 8.7.0

This commit is contained in:
Andrew Nicols
2025-03-13 09:53:02 +08:00
parent 2f82f5fe8c
commit e60e923b83
39 changed files with 1573 additions and 156 deletions
+3 -1
View File
@@ -62,9 +62,11 @@ class Comment implements Renderable
}
/**
* @param OutputFormat|null $oOutputFormat
*
* @return string
*/
public function render(OutputFormat $oOutputFormat)
public function render($oOutputFormat)
{
return '/*' . $this->sComment . '*/';
}