diff options
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 */ |