File tree Expand file tree Collapse file tree 8 files changed +15
-0
lines changed Expand file tree Collapse file tree 8 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
30
30
31
31
### Deprecated
32
32
33
+ - Deprecate ` ::atRuleArgs() ` (#1191 )
33
34
- Passing a ` string ` or ` null ` to ` RuleSet::removeRule() ` is deprecated
34
35
(implementing classes are ` AtRuleSet ` and ` DeclarationBlock ` );
35
36
use ` removeMatchingRules() ` or ` removeAllRules() ` instead (#1249 )
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ public function atRuleName()
42
42
43
43
/**
44
44
* @return string
45
+ *
46
+ * @deprecated since V8.8.0, will be removed in version 9.0.0. Use the specific getter instead.
45
47
*/
46
48
public function atRuleArgs ()
47
49
{
Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ public function atRuleName()
101
101
102
102
/**
103
103
* @return string|null
104
+ *
105
+ * @deprecated since V8.8.0, will be removed in version 9.0.0. Use the specific getter instead.
104
106
*/
105
107
public function atRuleArgs ()
106
108
{
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ public function atRuleName();
33
33
34
34
/**
35
35
* @return string|null
36
+ *
37
+ * @deprecated since V8.8.0, will be removed in version 9.0.0. Use the specific getter(s) instead.
36
38
*/
37
39
public function atRuleArgs ();
38
40
}
Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ public function atRuleName()
116
116
117
117
/**
118
118
* @return array<int, string>
119
+ *
120
+ * @deprecated since V8.8.0, will be removed in version 9.0.0. Use the specific getters instead.
119
121
*/
120
122
public function atRuleArgs ()
121
123
{
Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ public function atRuleName()
99
99
100
100
/**
101
101
* @return string
102
+ *
103
+ * @deprecated since V8.8.0, will be removed in version 9.0.0. Use the specific getter instead.
102
104
*/
103
105
public function atRuleArgs ()
104
106
{
Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ public function atRuleName()
94
94
95
95
/**
96
96
* @return array<int, URL|string>
97
+ *
98
+ * @deprecated since V8.8.0, will be removed in version 9.0.0. Use the specific getters instead.
97
99
*/
98
100
public function atRuleArgs ()
99
101
{
Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ public function atRuleName()
45
45
46
46
/**
47
47
* @return string
48
+ *
49
+ * @deprecated since V8.8.0, will be removed in version 9.0.0. Use the specific getter instead.
48
50
*/
49
51
public function atRuleArgs ()
50
52
{
You can’t perform that action at this time.
0 commit comments