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/).
1717
1818### Deprecated
1919
20- - Deprecate the IE hack in ` Rule ` (#993 )
20+ - Deprecate the IE hack in ` Rule ` (#993 , # 1003 )
2121- ` OutputFormat ` properties for space around list separators as an array (#880 )
2222- Deprecate ` OutputFormat::level() ` (#870 )
2323
Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ class Rule implements Renderable, Commentable
3636
3737 /**
3838 * @var array<int, int>
39- *
40- * @deprecated since V8.8.0, will be removed in V9.0
4139 */
4240 private $ aIeHack ;
4341
@@ -311,6 +309,8 @@ public function addValue($mValue, $sType = ' ')
311309 * @param int $iModifier
312310 *
313311 * @return void
312+ *
313+ * @deprecated since V8.8.0, will be removed in V9.0
314314 */
315315 public function addIeHack ($ iModifier )
316316 {
You can’t perform that action at this time.
0 commit comments