File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
18
18
19
19
### Deprecated
20
20
21
+ - Deprecate ` DeclarationBlock::createDimensionsShorthand() ` (#579 )
21
22
- Deprecate ` DeclarationBlock::createListStyleShorthand() ` (#577 )
22
23
- Deprecate the ` DeclarationBlock::createBackgroundShorthand() ` (#576 )
23
24
- Deprecate ` DeclarationBlock::createShorthandProperties() ` (#575 )
Original file line number Diff line number Diff line change @@ -641,6 +641,8 @@ public function createBorderShorthand()
641
641
* and converts them into shorthand CSS properties.
642
642
*
643
643
* @return void
644
+ *
645
+ * @deprecated This will be removed without substitution in version 10.0.
644
646
*/
645
647
public function createDimensionsShorthand ()
646
648
{
You can’t perform that action at this time.
0 commit comments