diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a8d85ed..4072a9bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Deprecated +- Deprecate `DeclarationBlock::createListStyleShorthand()` (#577) - Deprecate the `DeclarationBlock::createBackgroundShorthand()` (#576) - Deprecate `DeclarationBlock::createShorthandProperties()` (#575) - Deprecate `DeclarationBlock::expandListStyleShorthand()` (#574) diff --git a/src/RuleSet/DeclarationBlock.php b/src/RuleSet/DeclarationBlock.php index 8f817694..45bd50de 100644 --- a/src/RuleSet/DeclarationBlock.php +++ b/src/RuleSet/DeclarationBlock.php @@ -605,6 +605,8 @@ public function createBackgroundShorthand() /** * @return void + * + * @deprecated This will be removed without substitution in version 10.0. */ public function createListStyleShorthand() {