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::createShorthandProperties() ` (#575 )
21
22
- Deprecate ` DeclarationBlock::expandListStyleShorthand() ` (#574 )
22
23
- Deprecate ` DeclarationBlock::expandBackgroundShorthand() ` (#573 )
23
24
- Deprecate ` DeclarationBlock::expandFontShorthand() ` (#572 )
Original file line number Diff line number Diff line change @@ -550,6 +550,8 @@ public function expandListStyleShorthand()
550
550
* @param string $sShorthand
551
551
*
552
552
* @return void
553
+ *
554
+ * @deprecated This will be removed without substitution in version 10.0.
553
555
*/
554
556
public function createShorthandProperties (array $ aProperties , $ sShorthand )
555
557
{
You can’t perform that action at this time.
0 commit comments