Deprecation: Stronger language in PHP DocBlock

This commit is contained in:
Fonata
2021-04-03 00:36:59 +02:00
committed by Fonata
parent eb502f9dad
commit 2425c1bbda

View File

@@ -372,8 +372,9 @@ class Csv {
* Parse a CSV file or string * Parse a CSV file or string
* *
* @param string|null $input The CSV string or a direct file path * @param string|null $input The CSV string or a direct file path
* Supplying file paths here is * WARNING: Supplying file paths here is
* deprecated. * deprecated and will trigger an
* E_USER_DEPRECATED error.
* @param int|null $offset Number of rows to ignore from the * @param int|null $offset Number of rows to ignore from the
* beginning of the data * beginning of the data
* @param int|null $limit Limits the number of returned rows to * @param int|null $limit Limits the number of returned rows to