summaryrefslogtreecommitdiffstats
path: root/src/Config/Controls.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Config/Controls.php')
-rw-r--r--src/Config/Controls.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/Config/Controls.php b/src/Config/Controls.php
index 963851d..d92bb2f 100644
--- a/src/Config/Controls.php
+++ b/src/Config/Controls.php
@@ -177,11 +177,13 @@ trait Controls
}
/**
- * Set the CSV encoding charset
+ * DEPRECATION WARNING! This method will be removed in the next major point release
+ *
+ * @deprecated deprecated since version 5.5
*
* @param string $str
*
- * @return self
+ * @return static The invoked object
*/
public function setEncoding($str)
{
@@ -189,7 +191,9 @@ trait Controls
}
/**
- * Get the CSV encoding charset
+ * DEPRECATION WARNING! This method will be removed in the next major point release
+ *
+ * @deprecated deprecated since version 5.5
*
* @return string
*/