Skip to content

Commit 6681b70

Browse files
committed
[TASK] Make the deprecation of the IE hack complete
This is a followup to #993.
1 parent 64e37b8 commit 6681b70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/Rule/Rule.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)