File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
17
17
18
18
### Deprecated
19
19
20
+ - Deprecate the IE hack in ` Rule ` (#993 )
20
21
- ` OutputFormat ` properties for space around list separators as an array (#880 )
21
22
- Deprecate ` OutputFormat::level() ` (#870 )
22
23
Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ class Rule implements Renderable, Commentable
36
36
37
37
/**
38
38
* @var array<int, int>
39
+ *
40
+ * @deprecated since V8.8.0, will be removed in V9.0
39
41
*/
40
42
private $ aIeHack ;
41
43
@@ -319,6 +321,8 @@ public function addIeHack($iModifier)
319
321
* @param array<int, int> $aModifiers
320
322
*
321
323
* @return void
324
+ *
325
+ * @deprecated since V8.8.0, will be removed in V9.0
322
326
*/
323
327
public function setIeHack (array $ aModifiers )
324
328
{
@@ -327,6 +331,8 @@ public function setIeHack(array $aModifiers)
327
331
328
332
/**
329
333
* @return array<int, int>
334
+ *
335
+ * @deprecated since V8.8.0, will be removed in V9.0
330
336
*/
331
337
public function getIeHack ()
332
338
{
You can’t perform that action at this time.
0 commit comments