scandir() should return list<string> instead of array #272
Open
Description
Hello, how can we type scandir()
properly? Now it says it returns array
. We can type it list<string>
instead.
Metadata
Assignees
Labels
No labels
Hello, how can we type scandir()
properly? Now it says it returns array
. We can type it list<string>
instead.