Skip to content

Commit 9310f23

Browse files
authored
[TASK] Deprecate Document::expandShorthands (#566)
Signed-off-by: Daniel Ziegenberg <[email protected]>
1 parent ca90b1b commit 9310f23

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

src/CSSList/Document.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ public function getSelectorsBySpecificity($sSpecificitySearch = null)
116116
* Expands all shorthand properties to their long value.
117117
*
118118
* @return void
119+
*
120+
* @deprecated This will be removed without substitution in version 10.0.
119121
*/
120122
public function expandShorthands()
121123
{

0 commit comments

Comments
 (0)