diff options
author | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2014-05-06 10:29:16 +0200 |
---|---|---|
committer | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2014-05-06 10:29:16 +0200 |
commit | 82dc0911be8437ee3991228a5f7cb7215f5d1a9f (patch) | |
tree | 0642a5bc54b83e11ad1c0a759b536145c47c42bf /src | |
parent | b39a961892d9ceb591e082d4c18f59e9876742fa (diff) | |
download | csv-82dc0911be8437ee3991228a5f7cb7215f5d1a9f.zip csv-82dc0911be8437ee3991228a5f7cb7215f5d1a9f.tar.gz csv-82dc0911be8437ee3991228a5f7cb7215f5d1a9f.tar.bz2 |
remove deprecation warning from encodingFrom
Diffstat (limited to 'src')
-rw-r--r-- | src/AbstractCsv.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/AbstractCsv.php b/src/AbstractCsv.php index 7b80388..746f334 100644 --- a/src/AbstractCsv.php +++ b/src/AbstractCsv.php @@ -69,10 +69,6 @@ abstract class AbstractCsv implements JsonSerializable, IteratorAggregate protected $flags = SplFileObject::READ_CSV; /** - * DEPRECATION WARNING! This method will be removed in the next major point release - * - * @deprecated deprecated since version 5.5 - * * Charset Encoding for the CSV * * @var string |