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 @@ -20,6 +20,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
20
20
21
21
### Removed
22
22
23
+ - Remove ` DeclarationBlock::setSelector() ` (#560 )
23
24
- Drop support for PHP < 7.2 (#420 )
24
25
25
26
### Fixed
Original file line number Diff line number Diff line change @@ -156,18 +156,6 @@ public function getSelector()
156
156
return $ this ->getSelectors ();
157
157
}
158
158
159
- /**
160
- * @param Selector|string $mSelector
161
- * @param CSSList|null $oList
162
- *
163
- * @return void
164
- *
165
- * @deprecated will be removed in version 9.0; use `setSelectors()` instead
166
- */
167
- public function setSelector ($ mSelector , $ oList = null )
168
- {
169
- $ this ->setSelectors ($ mSelector , $ oList );
170
- }
171
159
172
160
/**
173
161
* @return array<int, Selector|string>
You can’t perform that action at this time.
0 commit comments