Add typehints
SamMousa opened this issue · 1 comments
SamMousa commented
Since PHP7.1, which is required in composer.json
the iterable
type hint is supported.
Would you:
- Accept a PR that makes the parameters to functions that take iterables typed.
Or, if not 1:
- Accept a PR that adds
iterable
as an option in the PHPDoc (sincearray|Traversable
does not includeiterable
).
?