From 6681b7021f1ea4a11ff89defc71f3ce129ae5370 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Wed, 26 Feb 2025 09:11:36 +0100 Subject: [PATCH] [TASK] Make the deprecation of the IE hack complete This is a followup to #993. --- CHANGELOG.md | 2 +- src/Rule/Rule.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56e02126..caad56af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Deprecated -- Deprecate the IE hack in `Rule` (#993) +- Deprecate the IE hack in `Rule` (#993, #1003) - `OutputFormat` properties for space around list separators as an array (#880) - Deprecate `OutputFormat::level()` (#870) diff --git a/src/Rule/Rule.php b/src/Rule/Rule.php index 27b3bfc8..f6e291fb 100644 --- a/src/Rule/Rule.php +++ b/src/Rule/Rule.php @@ -36,8 +36,6 @@ class Rule implements Renderable, Commentable /** * @var array - * - * @deprecated since V8.8.0, will be removed in V9.0 */ private $aIeHack; @@ -311,6 +309,8 @@ public function addValue($mValue, $sType = ' ') * @param int $iModifier * * @return void + * + * @deprecated since V8.8.0, will be removed in V9.0 */ public function addIeHack($iModifier) {