Closed ruudk closed 1 month ago
If you improve the types in that class, I suggest also replacing @param string|array $paths with @param string|string[] $paths everywhere (otherwise, we cannot actually guarantee that the returned list is a list of strings)
@param string|array $paths
@param string|string[] $paths
You're right, done!
Thank you @ruudk.
If you improve the types in that class, I suggest also replacing
@param string|array $paths
with@param string|string[] $paths
everywhere (otherwise, we cannot actually guarantee that the returned list is a list of strings)