Skip to content

Commit 6aebe9d

Browse files
authored
[TASK] Deprecate DeclarationBlock::expandBorderShorthand (#570)
Signed-off-by: Daniel Ziegenberg <[email protected]>
1 parent ea00840 commit 6aebe9d

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::createShorthands()` (#569)
2223
- Deprecate `Document::expandShorthands()` (#566)
2324
- Deprecate `Document::createShorthands()` (#567)

src/RuleSet/DeclarationBlock.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ public function createShorthands()
196196
* Multiple borders are not yet supported as of 3.
197197
*
198198
* @return void
199+
*
200+
* @deprecated This will be removed without substitution in version 10.0.
199201
*/
200202
public function expandBorderShorthand()
201203
{

0 commit comments

Comments
 (0)