Skip to content

Commit

Permalink
[TASK] Deprecate Document::createShorthands
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Ziegenberg <[email protected]>
  • Loading branch information
ziegenberg committed Jun 18, 2024
1 parent 49262ad commit d53391e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Deprecated

- Deprecate `Document::createShorthands()` (#567)

### Removed

- Drop support for PHP < 7.2 (#420)
Expand Down
2 changes: 2 additions & 0 deletions src/CSSList/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,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 d53391e

Please sign in to comment.