Skip to content

Commit 01d770d

Browse files
committed
Fixup from previous commit. Thanks to @GaryJones
1 parent 02c92c9 commit 01d770d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CSSParser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ public function getAllDeclarationBlocks() {
488488
}
489489

490490
/**
491-
* @deprecated use getAllSelectors()
491+
* @deprecated use getAllDeclarationBlocks()
492492
*/
493493
public function getAllSelectors() {
494494
return $this->getAllDeclarationBlocks();
@@ -687,7 +687,7 @@ public function setSelectors($mSelector) {
687687
* @deprecated use getSelectors()
688688
*/
689689
public function getSelector() {
690-
$this->getSelectors();
690+
return $this->getSelectors();
691691
}
692692

693693
/**

0 commit comments

Comments
 (0)