Skip to content

Commit 66b61b8

Browse files
committed
[TASK] Deprecate DeclarationBlock::createListStyleShorthand
Signed-off-by: Daniel Ziegenberg <[email protected]>
1 parent 83c7196 commit 66b61b8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1818

1919
### Deprecated
2020

21+
- Deprecate `DeclarationBlock::createListStyleShorthand()` (#577)
2122
- Deprecate the `DeclarationBlock::createBackgroundShorthand()` (#576)
2223
- Deprecate `DeclarationBlock::createShorthandProperties()` (#575)
2324
- Deprecate `DeclarationBlock::expandListStyleShorthand()` (#574)

src/RuleSet/DeclarationBlock.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,8 @@ public function createBackgroundShorthand()
605605

606606
/**
607607
* @return void
608+
*
609+
* @deprecated This will be removed without substitution in version 10.0.
608610
*/
609611
public function createListStyleShorthand()
610612
{

0 commit comments

Comments
 (0)