Skip to content

Commit e1e30b5

Browse files
authored
[TASK] Deprecate DeclarationBlock::expandBackgroundShorthand (#573)
Signed-off-by: Daniel Ziegenberg <[email protected]>
1 parent bda0351 commit e1e30b5

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::expandBackgroundShorthand()` (#573)
2122
- Deprecate `DeclarationBlock::expandFontShorthand()` (#572)
2223
- Deprecate `DeclarationBlock::expandDimensionsShorthand()` (#571)
2324
- Deprecate `DeclarationBlock::expandBorderShorthand()` (#570)

src/RuleSet/DeclarationBlock.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,8 @@ public function expandFontShorthand()
391391
* @see http://www.w3.org/TR/21/colors.html#propdef-background
392392
*
393393
* @return void
394+
*
395+
* @deprecated This will be removed without substitution in version 10.0.
394396
*/
395397
public function expandBackgroundShorthand()
396398
{

0 commit comments

Comments
 (0)