Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Deprecated

- Deprecate `DeclarationBlock::createShorthandProperties()` (#575)
- Deprecate `DeclarationBlock::expandListStyleShorthand()` (#574)
- Deprecate `DeclarationBlock::expandBackgroundShorthand()` (#573)
- Deprecate `DeclarationBlock::expandFontShorthand()` (#572)
Expand Down
2 changes: 2 additions & 0 deletions src/RuleSet/DeclarationBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,8 @@ public function expandListStyleShorthand()
* @param string $sShorthand
*
* @return void
*
* @deprecated This will be removed without substitution in version 10.0.
*/
public function createShorthandProperties(array $aProperties, $sShorthand)
{
Expand Down