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 @@ -21,6 +21,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
21
21
### Removed
22
22
23
23
- Drop support for PHP < 7.2 (#420 )
24
+ - Final removal of ` Document::getAllSelectors() ` (#561 )
24
25
25
26
### Fixed
26
27
Original file line number Diff line number Diff line change @@ -50,18 +50,6 @@ public function getAllDeclarationBlocks()
50
50
return $ aResult ;
51
51
}
52
52
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
-
65
53
/**
66
54
* Returns all `RuleSet` objects recursively found in the tree, no matter how deeply nested the rule sets are.
67
55
*
You can’t perform that action at this time.
0 commit comments