Skip to content

Commit 7a6a191

Browse files
committed
[TASK] Deprecate DeclarationBlock::expandBorderShorthand
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
1 parent b979dc8 commit 7a6a191

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::expandBorderShorthand()` (#570)
2122
- Deprecate `DeclarationBlock::expandShorthands()` (#558)
2223

2324
### Removed

src/RuleSet/DeclarationBlock.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ public function createShorthands()
205205
* Multiple borders are not yet supported as of 3.
206206
*
207207
* @return void
208+
*
209+
* @deprecated This will be removed without substitution in version 10.0.
208210
*/
209211
public function expandBorderShorthand()
210212
{

0 commit comments

Comments
 (0)