Skip to content

Commit 9532ac8

Browse files
committed
[TASK] Deprecate Document::createShorthands
Signed-off-by: Daniel Ziegenberg <[email protected]> a9IH@mns6DLdp# Please enter the commit message for your changes. Lines starting
1 parent b979dc8 commit 9532ac8

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 `Document::createShorthands()` (#567)
2122
- Deprecate `DeclarationBlock::expandShorthands()` (#558)
2223

2324
### Removed

src/CSSList/Document.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ public function expandShorthands()
140140
* Create shorthands properties whenever possible.
141141
*
142142
* @return void
143+
*
144+
* @deprecated This will be removed without substitution in version 10.0.
143145
*/
144146
public function createShorthands()
145147
{

0 commit comments

Comments
 (0)