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/).
1818
1919### Deprecated
2020
21+ - Deprecate ` DeclarationBlock::createBorderShorthand() ` (#578 )
2122- Deprecate ` DeclarationBlock::createFontShorthand() ` (#580 )
2223- Deprecate ` DeclarationBlock::createDimensionsShorthand() ` (#579 )
2324- Deprecate ` DeclarationBlock::createListStyleShorthand() ` (#577 )
24- - Deprecate the ` DeclarationBlock::createBackgroundShorthand() ` (#576 )
25+ - Deprecate ` DeclarationBlock::createBackgroundShorthand() ` (#576 )
2526- Deprecate ` DeclarationBlock::createShorthandProperties() ` (#575 )
2627- Deprecate ` DeclarationBlock::expandListStyleShorthand() ` (#574 )
2728- Deprecate ` DeclarationBlock::expandBackgroundShorthand() ` (#573 )
Original file line number Diff line number Diff line change @@ -624,6 +624,8 @@ public function createListStyleShorthand()
624624 * Should be run after `create_dimensions_shorthand`!
625625 *
626626 * @return void
627+ *
628+ * @deprecated This will be removed without substitution in version 10.0.
627629 */
628630 public function createBorderShorthand ()
629631 {
You can’t perform that action at this time.
0 commit comments