Compare commits

...

1 Commits

Author SHA1 Message Date
Clemens Schwaighofer
4e78b21c67 phpstan fix for fegetcsv param $length 2025-01-17 09:59:39 +09:00

View File

@@ -49,7 +49,7 @@ class Deprecated84
* escape parameter deprecation and recommend to set to "" for compatible with PHP 9.0
*
* @param mixed $stream
* @param null|int $length
* @param null|int<0,max> $length
* @param string $separator
* @param string $enclosure
* @param string $escape