File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
19
19
20
20
### Deprecated
21
21
22
+ - Deprecate ` OutputFormat::get() ` and ` ::set() ` (#1107 )
22
23
- Deprecate support for ` -webkit-calc ` and ` -moz-calc ` (#1086 )
23
24
- Deprecate ` __toString() ` (#1006 )
24
25
- Deprecate greedy calculation of selector specificity (#1018 )
Original file line number Diff line number Diff line change @@ -247,6 +247,8 @@ public function __construct()
247
247
* @param string $sName
248
248
*
249
249
* @return string|null
250
+ *
251
+ * @deprecated since 8.8.0, will be removed in 9.0.0. Use specific getters instead.
250
252
*/
251
253
public function get ($ sName )
252
254
{
@@ -265,6 +267,8 @@ public function get($sName)
265
267
* @param mixed $mValue
266
268
*
267
269
* @return self|false
270
+ *
271
+ * @deprecated since 8.8.0, will be removed in 9.0.0. Use specific setters instead.
268
272
*/
269
273
public function set ($ aNames , $ mValue )
270
274
{
You can’t perform that action at this time.
0 commit comments