Skip to content

Commit d53391e

Browse files
committed
[TASK] Deprecate Document::createShorthands
Signed-off-by: Daniel Ziegenberg <[email protected]>
1 parent 49262ad commit d53391e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1818

1919
### Deprecated
2020

21+
- Deprecate `Document::createShorthands()` (#567)
22+
2123
### Removed
2224

2325
- Drop support for PHP < 7.2 (#420)

src/CSSList/Document.php

+2
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)