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/).
1818
1919### Deprecated
2020
21+ - Deprecate ` DeclarationBlock::createShorthandProperties() ` (#575 )
2122- Deprecate ` DeclarationBlock::expandListStyleShorthand() ` (#574 )
2223- Deprecate ` DeclarationBlock::expandBackgroundShorthand() ` (#573 )
2324- Deprecate ` DeclarationBlock::expandFontShorthand() ` (#572 )
Original file line number Diff line number Diff line change @@ -550,6 +550,8 @@ public function expandListStyleShorthand()
550550 * @param string $sShorthand
551551 *
552552 * @return void
553+ *
554+ * @deprecated This will be removed without substitution in version 10.0.
553555 */
554556 public function createShorthandProperties (array $ aProperties , $ sShorthand )
555557 {
You can’t perform that action at this time.
0 commit comments