File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ This project adheres to [Semantic Versioning](https://semver.org/).
18
18
19
19
### Deprecated
20
20
21
+ - Deprecate ` DeclarationBlock::createBorderShorthand() ` (#578 )
21
22
- Deprecate ` DeclarationBlock::createFontShorthand() ` (#580 )
22
23
- Deprecate ` DeclarationBlock::createDimensionsShorthand() ` (#579 )
23
24
- Deprecate ` DeclarationBlock::createListStyleShorthand() ` (#577 )
24
- - Deprecate the ` DeclarationBlock::createBackgroundShorthand() ` (#576 )
25
+ - Deprecate ` DeclarationBlock::createBackgroundShorthand() ` (#576 )
25
26
- Deprecate ` DeclarationBlock::createShorthandProperties() ` (#575 )
26
27
- Deprecate ` DeclarationBlock::expandListStyleShorthand() ` (#574 )
27
28
- Deprecate ` DeclarationBlock::expandBackgroundShorthand() ` (#573 )
Original file line number Diff line number Diff line change @@ -624,6 +624,8 @@ public function createListStyleShorthand()
624
624
* Should be run after `create_dimensions_shorthand`!
625
625
*
626
626
* @return void
627
+ *
628
+ * @deprecated This will be removed without substitution in version 10.0.
627
629
*/
628
630
public function createBorderShorthand ()
629
631
{
You can’t perform that action at this time.
0 commit comments