File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2222
2323### Removed
2424
25+ - Remove ` Document::getAllSelectors() ` (#561 )
2526- Remove ` DeclarationBlock::getSelector() ` (#559 )
2627- Remove ` DeclarationBlock::setSelector() ` (#560 )
2728- Drop support for PHP < 7.2 (#420 )
Original file line number Diff line number Diff line change @@ -50,18 +50,6 @@ public function getAllDeclarationBlocks()
5050 return $ aResult ;
5151 }
5252
53- /**
54- * Gets all `DeclarationBlock` objects recursively.
55- *
56- * @return array<int, DeclarationBlock>
57- *
58- * @deprecated will be removed in version 9.0; use `getAllDeclarationBlocks()` instead
59- */
60- public function getAllSelectors ()
61- {
62- return $ this ->getAllDeclarationBlocks ();
63- }
64-
6553 /**
6654 * Returns all `RuleSet` objects recursively found in the tree, no matter how deeply nested the rule sets are.
6755 *
You can’t perform that action at this time.
0 commit comments