Skip to content

Commit 15248a7

Browse files
committed
[TASK] Deprecate DeclarationBlock::createDimensionsShorthand
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
1 parent 40dc31d commit 15248a7

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::createDimensionsShorthand()` (#579)
2122
- Deprecate `DeclarationBlock::createListStyleShorthand()` (#577)
2223
- Deprecate the `DeclarationBlock::createBackgroundShorthand()` (#576)
2324
- Deprecate `DeclarationBlock::createShorthandProperties()` (#575)

src/RuleSet/DeclarationBlock.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,8 @@ public function createBorderShorthand()
641641
* and converts them into shorthand CSS properties.
642642
*
643643
* @return void
644+
*
645+
* @deprecated This will be removed without substitution in version 10.0.
644646
*/
645647
public function createDimensionsShorthand()
646648
{

0 commit comments

Comments
 (0)