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.
1 parent 02c92c9 commit 01d770dCopy full SHA for 01d770d
CSSParser.php
@@ -488,7 +488,7 @@ public function getAllDeclarationBlocks() {
488
}
489
490
/**
491
- * @deprecated use getAllSelectors()
+ * @deprecated use getAllDeclarationBlocks()
492
*/
493
public function getAllSelectors() {
494
return $this->getAllDeclarationBlocks();
@@ -687,7 +687,7 @@ public function setSelectors($mSelector) {
687
* @deprecated use getSelectors()
688
689
public function getSelector() {
690
- $this->getSelectors();
+ return $this->getSelectors();
691
692
693
0 commit comments