diff options
author | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2015-02-11 09:48:40 +0100 |
---|---|---|
committer | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2015-02-11 09:48:40 +0100 |
commit | 07ead911c23e462739b39293d4ef5a48f7891389 (patch) | |
tree | 91965328e069f8b10ab5542e7261e67329792324 /src | |
parent | b5c7ff95e74968f12a8284c5caf9fb8695fdf279 (diff) | |
download | csv-07ead911c23e462739b39293d4ef5a48f7891389.zip csv-07ead911c23e462739b39293d4ef5a48f7891389.tar.gz csv-07ead911c23e462739b39293d4ef5a48f7891389.tar.bz2 |
deprecated default constructors
Diffstat (limited to 'src')
-rw-r--r-- | src/AbstractCsv.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/AbstractCsv.php b/src/AbstractCsv.php index cd645dc..e4c8a3a 100644 --- a/src/AbstractCsv.php +++ b/src/AbstractCsv.php @@ -95,6 +95,8 @@ abstract class AbstractCsv implements JsonSerializable, IteratorAggregate * an object that implements the `__toString` method * a path to a file * + * @deprecated as of version 7.0 will be made private in the next MAJOR version + * * @param object|string $path The file path * @param string $open_mode the file open mode flag */ |