Skip to content

Commit 9fe826f

Browse files
authored
[TASK] Deprecate DeclarationBlock::createBorderShorthand (#578)
Signed-off-by: Daniel Ziegenberg <[email protected]>
1 parent b5cf3a3 commit 9fe826f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

src/RuleSet/DeclarationBlock.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)