File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function getAllDeclarationBlocks()
47
47
}
48
48
49
49
/**
50
- * @deprecated use getAllDeclarationBlocks()
50
+ * @deprecated will be removed in version 9.0; use ` getAllDeclarationBlocks()` instead
51
51
*/
52
52
public function getAllSelectors ()
53
53
{
Original file line number Diff line number Diff line change @@ -193,7 +193,8 @@ public function setValue($mValue)
193
193
*
194
194
* @return RuleValueList
195
195
*
196
- * @deprecated Old-Style 2-dimensional array given. Retained for (some) backwards-compatibility.
196
+ * @deprecated will be removed in version 9.0
197
+ * Old-Style 2-dimensional array given. Retained for (some) backwards-compatibility.
197
198
* Use `setValue()` instead and wrap the value inside a RuleValueList if necessary.
198
199
*/
199
200
public function setValues (array $ aSpaceSeparatedValues )
@@ -232,7 +233,8 @@ public function setValues(array $aSpaceSeparatedValues)
232
233
/**
233
234
* @return array<int, array<int, RuleValueList>>
234
235
*
235
- * @deprecated Old-Style 2-dimensional array returned. Retained for (some) backwards-compatibility.
236
+ * @deprecated will be removed in version 9.0
237
+ * Old-Style 2-dimensional array returned. Retained for (some) backwards-compatibility.
236
238
* Use `getValue()` instead and check for the existence of a (nested set of) ValueList object(s).
237
239
*/
238
240
public function getValues ()
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ public function removeSelector($mSelector)
146
146
/**
147
147
* @return array<int, Selector|string>
148
148
*
149
- * @deprecated use `getSelectors()`
149
+ * @deprecated will be removed in version 9.0; use `getSelectors()` instead
150
150
*/
151
151
public function getSelector ()
152
152
{
@@ -159,7 +159,7 @@ public function getSelector()
159
159
*
160
160
* @return void
161
161
*
162
- * @deprecated use `setSelectors()`
162
+ * @deprecated will be removed in version 9.0; use `setSelectors()` instead
163
163
*/
164
164
public function setSelector ($ mSelector , $ oList = null )
165
165
{
You can’t perform that action at this time.
0 commit comments