summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorignace nyamagana butera <nyamsprod@gmail.com>2016-05-03 11:26:01 +0200
committerignace nyamagana butera <nyamsprod@gmail.com>2016-05-03 11:26:01 +0200
commit6bc786825aa0d71c51ce3218ac265e01651b8603 (patch)
treec79872c64c361be90301cc546640e08b95295f21
parentf320e94dff14f45fd9bcb4b23851a8abeee0e6a5 (diff)
downloadcsv-6bc786825aa0d71c51ce3218ac265e01651b8603.zip
csv-6bc786825aa0d71c51ce3218ac265e01651b8603.tar.gz
csv-6bc786825aa0d71c51ce3218ac265e01651b8603.tar.bz2
bug fix deprecation warning
-rw-r--r--src/Config/Output.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Config/Output.php b/src/Config/Output.php
index 29fd084..abbaf84 100644
--- a/src/Config/Output.php
+++ b/src/Config/Output.php
@@ -71,7 +71,7 @@ trait Output
*
* DEPRECATION WARNING! This method will be removed in the next major point release
*
- * @deprecated deprecated since version 4.1
+ * @deprecated deprecated since version 8.1
*
* @param string $str
*
@@ -97,7 +97,7 @@ trait Output
*
* DEPRECATION WARNING! This method will be removed in the next major point release
*
- * @deprecated deprecated since version 4.1
+ * @deprecated deprecated since version 8.1
*
* @return string
*/