mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
Deprecation: Stronger language in PHP DocBlock
This commit is contained in:
@@ -372,8 +372,9 @@ class Csv {
|
||||
* Parse a CSV file or string
|
||||
*
|
||||
* @param string|null $input The CSV string or a direct file path
|
||||
* Supplying file paths here is
|
||||
* deprecated.
|
||||
* WARNING: Supplying file paths here is
|
||||
* deprecated and will trigger an
|
||||
* E_USER_DEPRECATED error.
|
||||
* @param int|null $offset Number of rows to ignore from the
|
||||
* beginning of the data
|
||||
* @param int|null $limit Limits the number of returned rows to
|
||||
|
||||
Reference in New Issue
Block a user