Skip to content

Commit

Permalink
[TASK] Deprecate Document::createShorthands (#567)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
  • Loading branch information
ziegenberg committed Jun 19, 2024
1 parent c415003 commit bf985db
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 `Document::createShorthands()` (#567)
- Deprecate `DeclarationBlock::expandShorthands()` (#558)

### Removed
Expand Down
2 changes: 2 additions & 0 deletions src/CSSList/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ public function expandShorthands()
* Create shorthands properties whenever possible.
*
* @return void
*
* @deprecated This will be removed without substitution in version 10.0.
*/
public function createShorthands()
{
Expand Down

0 comments on commit bf985db

Please sign in to comment.