Skip to content

Commit 84e226f

Browse files
committed
[TASK] Deprecate DeclarationBlock::expandDimensionsShorthand
Signed-off-by: Daniel Ziegenberg <[email protected]>
1 parent a2ac14f commit 84e226f

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

src/RuleSet/DeclarationBlock.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ public function expandBorderShorthand()
257257
* Handles `margin`, `padding`, `border-color`, `border-style` and `border-width`.
258258
*
259259
* @return void
260+
*
261+
* @deprecated This will be removed without substitution in version 10.0.
260262
*/
261263
public function expandDimensionsShorthand()
262264
{

0 commit comments

Comments
 (0)