/home/techb158/dev.balacoffee.com/vendor/sabberworm/php-css-parser/src
NameSizeModeActions
Comment/-0755rm
CSSList/-0755rm
Parsing/-0755rm
Property/-0755rm
Rule/-0755rm
RuleSet/-0755rm
Value/-0755rm
OutputFormat.php78350644editdlrm
OutputFormatter.php53420644editdlrm
Parser.php13270644editdlrm
Renderable.php2960644editdlrm
Settings.php19590644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/sabberworm/php-css-parser/src/Parser.php (1327B)
oParserState = new ParserState($sText, $oParserSettings, $iLineNo); } /** * @param string $sCharset * * @return void */ public function setCharset($sCharset) { $this->oParserState->setCharset($sCharset); } /** * @return void */ public function getCharset() { // Note: The `return` statement is missing here. This is a bug that needs to be fixed. $this->oParserState->getCharset(); } /** * @return Document * * @throws SourceException */ public function parse() { return Document::parse($this->oParserState); } }