File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
24
24
25
25
- Remove ` DeclarationBlock::setSelector() ` (#560 )
26
26
- Drop support for PHP < 7.2 (#420 )
27
+ - Final removal of ` DeclarationBlock::getSelector() ` (#559 )
27
28
28
29
### Fixed
29
30
Original file line number Diff line number Diff line change @@ -146,17 +146,6 @@ public function removeSelector($mSelector)
146
146
return false ;
147
147
}
148
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
149
/**
161
150
* @return array<int, Selector|string>
162
151
*/
You can’t perform that action at this time.
0 commit comments