phpstan fix for fegetcsv param $length

This commit is contained in:
Clemens Schwaighofer
2025-01-17 09:59:39 +09:00
parent d7e6434808
commit 4e78b21c67

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