@@ -157,7 +157,7 @@ public function getSelectors()
157
157
/**
158
158
* Splits shorthand declarations (e.g. `margin` or `font`) into their constituent parts.
159
159
*
160
- * @deprecated This will be removed without substitution in version 10.0 .
160
+ * @deprecated This will be removed without substitution in version 9.0 in #511 .
161
161
*/
162
162
public function expandShorthands (): void
163
163
{
@@ -172,7 +172,7 @@ public function expandShorthands(): void
172
172
/**
173
173
* Creates shorthand declarations (e.g. `margin` or `font`) whenever possible.
174
174
*
175
- * @deprecated This will be removed without substitution in version 10.0 .
175
+ * @deprecated This will be removed without substitution in version 9.0 in #511 .
176
176
*/
177
177
public function createShorthands (): void
178
178
{
@@ -191,7 +191,7 @@ public function createShorthands(): void
191
191
*
192
192
* Multiple borders are not yet supported as of 3.
193
193
*
194
- * @deprecated This will be removed without substitution in version 10.0 .
194
+ * @deprecated This will be removed without substitution in version 9.0 in #511 .
195
195
*/
196
196
public function expandBorderShorthand (): void
197
197
{
@@ -252,7 +252,7 @@ public function expandBorderShorthand(): void
252
252
*
253
253
* Handles `margin`, `padding`, `border-color`, `border-style` and `border-width`.
254
254
*
255
- * @deprecated This will be removed without substitution in version 10.0 .
255
+ * @deprecated This will be removed without substitution in version 9.0 in #511 .
256
256
*/
257
257
public function expandDimensionsShorthand (): void
258
258
{
@@ -312,7 +312,7 @@ public function expandDimensionsShorthand(): void
312
312
* (e.g. `font: 300 italic 11px/14px verdana, helvetica, sans-serif;`)
313
313
* into their constituent parts.
314
314
*
315
- * @deprecated This will be removed without substitution in version 10.0 .
315
+ * @deprecated This will be removed without substitution in version 9.0 in #511 .
316
316
*/
317
317
public function expandFontShorthand (): void
318
318
{
@@ -381,7 +381,7 @@ public function expandFontShorthand(): void
381
381
*
382
382
* @see http://www.w3.org/TR/21/colors.html#propdef-background
383
383
*
384
- * @deprecated This will be removed without substitution in version 10.0 .
384
+ * @deprecated This will be removed without substitution in version 9.0 in #511 .
385
385
*/
386
386
public function expandBackgroundShorthand (): void
387
387
{
@@ -453,7 +453,7 @@ public function expandBackgroundShorthand(): void
453
453
}
454
454
455
455
/**
456
- * @deprecated This will be removed without substitution in version 10.0 .
456
+ * @deprecated This will be removed without substitution in version 9.0 in #511 .
457
457
*/
458
458
public function expandListStyleShorthand (): void
459
459
{
@@ -536,7 +536,7 @@ public function expandListStyleShorthand(): void
536
536
* @param array<array-key, string> $aProperties
537
537
* @param string $sShorthand
538
538
*
539
- * @deprecated This will be removed without substitution in version 10.0 .
539
+ * @deprecated This will be removed without substitution in version 9.0 in #511 .
540
540
*/
541
541
public function createShorthandProperties (array $ aProperties , $ sShorthand ): void
542
542
{
@@ -572,7 +572,7 @@ public function createShorthandProperties(array $aProperties, $sShorthand): void
572
572
}
573
573
574
574
/**
575
- * @deprecated This will be removed without substitution in version 10.0 .
575
+ * @deprecated This will be removed without substitution in version 9.0 in #511 .
576
576
*/
577
577
public function createBackgroundShorthand (): void
578
578
{
@@ -587,7 +587,7 @@ public function createBackgroundShorthand(): void
587
587
}
588
588
589
589
/**
590
- * @deprecated This will be removed without substitution in version 10.0 .
590
+ * @deprecated This will be removed without substitution in version 9.0 in #511 .
591
591
*/
592
592
public function createListStyleShorthand (): void
593
593
{
@@ -604,7 +604,7 @@ public function createListStyleShorthand(): void
604
604
*
605
605
* Should be run after `create_dimensions_shorthand`!
606
606
*
607
- * @deprecated This will be removed without substitution in version 10.0 .
607
+ * @deprecated This will be removed without substitution in version 9.0 in #511 .
608
608
*/
609
609
public function createBorderShorthand (): void
610
610
{
@@ -621,7 +621,7 @@ public function createBorderShorthand(): void
621
621
* (margin, padding, border-color, border-style and border-width)
622
622
* and converts them into shorthand CSS properties.
623
623
*
624
- * @deprecated This will be removed without substitution in version 10.0 .
624
+ * @deprecated This will be removed without substitution in version 9.0 in #511 .
625
625
*/
626
626
public function createDimensionsShorthand (): void
627
627
{
@@ -695,7 +695,7 @@ public function createDimensionsShorthand(): void
695
695
*
696
696
* At least `font-size` AND `font-family` must be present in order to create a shorthand declaration.
697
697
*
698
- * @deprecated This will be removed without substitution in version 10.0 .
698
+ * @deprecated This will be removed without substitution in version 9.0 in #511 .
699
699
*/
700
700
public function createFontShorthand (): void
701
701
{
0 commit comments