Skip to content

Commit

Permalink
[TASK] Deprecate DeclarationBlock::expandDimensionsShorthand (MyInter…
Browse files Browse the repository at this point in the history
…vals#571)

Signed-off-by: Daniel Ziegenberg <[email protected]>
  • Loading branch information
ziegenberg authored Jun 19, 2024
1 parent a2ac14f commit d275b22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Deprecated

- Deprecate `DeclarationBlock::expandDimensionsShorthand()` (#571)
- Deprecate `DeclarationBlock::expandBorderShorthand()` (#570)
- Deprecate `DeclarationBlock::createShorthands()` (#569)
- Deprecate `Document::expandShorthands()` (#566)
Expand Down
2 changes: 2 additions & 0 deletions src/RuleSet/DeclarationBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ public function expandBorderShorthand()
* Handles `margin`, `padding`, `border-color`, `border-style` and `border-width`.
*
* @return void
*
* @deprecated This will be removed without substitution in version 10.0.
*/
public function expandDimensionsShorthand()
{
Expand Down

0 comments on commit d275b22

Please sign in to comment.