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::expandBackgroundShorthand() ` (#573 )
21
22
- Deprecate ` DeclarationBlock::expandFontShorthand() ` (#572 )
22
23
- Deprecate ` DeclarationBlock::expandDimensionsShorthand() ` (#571 )
23
24
- Deprecate ` DeclarationBlock::expandBorderShorthand() ` (#570 )
Original file line number Diff line number Diff line change @@ -391,6 +391,8 @@ public function expandFontShorthand()
391
391
* @see http://www.w3.org/TR/21/colors.html#propdef-background
392
392
*
393
393
* @return void
394
+ *
395
+ * @deprecated This will be removed without substitution in version 10.0.
394
396
*/
395
397
public function expandBackgroundShorthand ()
396
398
{
You can’t perform that action at this time.
0 commit comments