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 b979dc8 commit 8b53396Copy full SHA for 8b53396
CHANGELOG.md
@@ -24,6 +24,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
24
25
- Remove `DeclarationBlock::setSelector()` (#560)
26
- Drop support for PHP < 7.2 (#420)
27
+- Final removal of `DeclarationBlock::getSelector()` (#559)
28
29
### Fixed
30
src/RuleSet/DeclarationBlock.php
@@ -146,17 +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
/**
161
* @return array<int, Selector|string>
162
*/
0 commit comments