File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
17
17
18
18
### Deprecated
19
19
20
- - Deprecate the IE hack in ` Rule ` (#993 )
20
+ - Deprecate the IE hack in ` Rule ` (#993 , # 1003 )
21
21
- ` OutputFormat ` properties for space around list separators as an array (#880 )
22
22
- Deprecate ` OutputFormat::level() ` (#870 )
23
23
Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ class Rule implements Renderable, Commentable
36
36
37
37
/**
38
38
* @var array<int, int>
39
- *
40
- * @deprecated since V8.8.0, will be removed in V9.0
41
39
*/
42
40
private $ aIeHack ;
43
41
@@ -311,6 +309,8 @@ public function addValue($mValue, $sType = ' ')
311
309
* @param int $iModifier
312
310
*
313
311
* @return void
312
+ *
313
+ * @deprecated since V8.8.0, will be removed in V9.0
314
314
*/
315
315
public function addIeHack ($ iModifier )
316
316
{
You can’t perform that action at this time.
0 commit comments