Skip to content

Added iterable type #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2017
Merged

Added iterable type #30

merged 1 commit into from
Apr 24, 2017

Conversation

asgrim
Copy link
Contributor

@asgrim asgrim commented Apr 16, 2017

Added iterable type support

@@ -47,7 +48,8 @@
'true' => 'phpDocumentor\Reflection\Types\Boolean',
'self' => 'phpDocumentor\Reflection\Types\Self_',
'$this' => 'phpDocumentor\Reflection\Types\This',
'static' => 'phpDocumentor\Reflection\Types\Static_'
'static' => 'phpDocumentor\Reflection\Types\Static_',
'iterable' => Iterable_::class,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've used ::class notation here which I realise is inconsistent with the rest of the tests, so I can change this if preferred, just let me know please :)

@jaapio
Copy link
Member

jaapio commented Apr 24, 2017

Looks good to me, but can't merge it due permissions :-(

@jaapio jaapio merged commit 42eeb9b into phpDocumentor:master Apr 24, 2017
@asgrim asgrim deleted the iterable-type branch April 24, 2017 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants