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 55e7f21 commit 0478373Copy full SHA for 0478373
CHANGELOG.md
@@ -21,6 +21,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
21
### Removed
22
23
- Drop support for PHP < 7.2 (#420)
24
+- Final removal of `DeclarationBlock::getSelector()` (#559)
25
26
### Fixed
27
src/RuleSet/DeclarationBlock.php
@@ -146,16 +146,6 @@ public function removeSelector($mSelector)
146
return false;
147
}
148
149
- /**
150
- * @return array<int, Selector|string>
151
- *
152
- * @deprecated will be removed in version 9.0; use `getSelectors()` instead
153
- */
154
- public function getSelector()
155
- {
156
- return $this->getSelectors();
157
- }
158
-
159
/**
160
* @param Selector|string $mSelector
161
* @param CSSList|null $oList
0 commit comments