Skip to content

Commit 48a2305

Browse files
committed
[TASK] Deprecate DeclarationBlock::expandFontShorthand
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
1 parent d275b22 commit 48a2305

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

src/RuleSet/DeclarationBlock.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,8 @@ public function expandDimensionsShorthand()
319319
* into their constituent parts.
320320
*
321321
* @return void
322+
*
323+
* @deprecated This will be removed without substitution in version 10.0.
322324
*/
323325
public function expandFontShorthand()
324326
{

0 commit comments

Comments
 (0)