Skip to content

Commit ad5835f

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

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::expandDimensionsShorthand()` (#571)
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
@@ -276,6 +276,8 @@ public function expandBorderShorthand()
276276
* Handles `margin`, `padding`, `border-color`, `border-style` and `border-width`.
277277
*
278278
* @return void
279+
*
280+
* @deprecated This will be removed without substitution in version 10.0.
279281
*/
280282
public function expandDimensionsShorthand()
281283
{

0 commit comments

Comments
 (0)