Skip to content

Commit e6e6441

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

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

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

1919
### Deprecated
2020

21+
- Deprecate `DeclarationBlock::expandBorderShorthand()` (#570)
22+
2123
### Removed
2224

2325
- Drop support for PHP < 7.2 (#420)

src/RuleSet/DeclarationBlock.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ public function createShorthands()
215215
* Multiple borders are not yet supported as of 3.
216216
*
217217
* @return void
218+
*
219+
* @deprecated This will be removed without substitution in version 10.0.
218220
*/
219221
public function expandBorderShorthand()
220222
{

0 commit comments

Comments
 (0)