We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea00840 commit 6aebe9dCopy full SHA for 6aebe9d
CHANGELOG.md
@@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
18
19
### Deprecated
20
21
+- Deprecate `DeclarationBlock::expandBorderShorthand()` (#570)
22
- Deprecate `DeclarationBlock::createShorthands()` (#569)
23
- Deprecate `Document::expandShorthands()` (#566)
24
- Deprecate `Document::createShorthands()` (#567)
src/RuleSet/DeclarationBlock.php
@@ -196,6 +196,8 @@ public function createShorthands()
196
* Multiple borders are not yet supported as of 3.
197
*
198
* @return void
199
+ *
200
+ * @deprecated This will be removed without substitution in version 10.0.
201
*/
202
public function expandBorderShorthand()
203
{
0 commit comments