We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49262ad commit d53391eCopy full SHA for d53391e
CHANGELOG.md
@@ -18,6 +18,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
18
19
### Deprecated
20
21
+- Deprecate `Document::createShorthands()` (#567)
22
+
23
### Removed
24
25
- Drop support for PHP < 7.2 (#420)
src/CSSList/Document.php
@@ -140,6 +140,8 @@ public function expandShorthands()
140
* Create shorthands properties whenever possible.
141
*
142
* @return void
143
+ *
144
+ * @deprecated This will be removed without substitution in version 10.0.
145
*/
146
public function createShorthands()
147
{
0 commit comments