We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54597d commit 3b65bbfCopy full SHA for 3b65bbf
src/PhpCss/Ast/Visitor/Explain.php
@@ -376,8 +376,9 @@ public function visitSelectorSimplePseudoClassLanguage(
376
$this->appendText('(');
377
$this->start($this->appendElement('parameter'));
378
$this->appendText($language->language);
379
+ $this->end();
380
$this->appendText(')');
- return $this->end();
381
+ return TRUE;
382
}
383
384
/**
0 commit comments