File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 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/).
1919
2020### Deprecated
2121
22+ - Deprecate ` OutputFormat::get() ` and ` ::set() ` (#1107 )
2223- Deprecate support for ` -webkit-calc ` and ` -moz-calc ` (#1086 )
2324- Deprecate ` __toString() ` (#1006 )
2425- Deprecate greedy calculation of selector specificity (#1018 )
Original file line number Diff line number Diff line change @@ -247,6 +247,8 @@ public function __construct()
247247 * @param string $sName
248248 *
249249 * @return string|null
250+ *
251+ * @deprecated since 8.8.0, will be removed in 9.0.0. Use specific getters instead.
250252 */
251253 public function get ($ sName )
252254 {
@@ -265,6 +267,8 @@ public function get($sName)
265267 * @param mixed $mValue
266268 *
267269 * @return self|false
270+ *
271+ * @deprecated since 8.8.0, will be removed in 9.0.0. Use specific setters instead.
268272 */
269273 public function set ($ aNames , $ mValue )
270274 {
You can’t perform that action at this time.
0 commit comments