diff --git a/CHANGELOG.md b/CHANGELOG.md index 655352349..b45c42ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Deprecated +- Deprecate `DeclarationBlock::expandListStyleShorthand()` (#574) - Deprecate `DeclarationBlock::expandBackgroundShorthand()` (#573) - Deprecate `DeclarationBlock::expandFontShorthand()` (#572) - Deprecate `DeclarationBlock::expandDimensionsShorthand()` (#571) diff --git a/src/RuleSet/DeclarationBlock.php b/src/RuleSet/DeclarationBlock.php index 790b9d810..a6aceefaf 100644 --- a/src/RuleSet/DeclarationBlock.php +++ b/src/RuleSet/DeclarationBlock.php @@ -465,6 +465,8 @@ public function expandBackgroundShorthand() /** * @return void + * + * @deprecated This will be removed without substitution in version 10.0. */ public function expandListStyleShorthand() {