Skip to content

Allow typed arrays in @method annotation. #73

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
Jun 6, 2016
Merged

Allow typed arrays in @method annotation. #73

merged 1 commit into from
Jun 6, 2016

Conversation

hboomsma
Copy link

@hboomsma hboomsma commented Apr 7, 2016

Since the type resolver has support for typed arrays,
I allowed the syntax for the @method annotation.

In effect you can now annotate magic methods like:
@method Object[] myMethod($arg1, $arg2)
@method int[] myOtherMethod()

Since the type resolver has support for typed arrays,
I allowed the syntax for the @method annotation.

In effect you can now annotate magic methods like:
    @method Object[] myMethod($arg1, $arg2)
    @method int[] myOtherMethod()
@mvriel mvriel merged commit 45ada3e into phpDocumentor:master Jun 6, 2016
@mvriel
Copy link
Member

mvriel commented Jun 6, 2016

Thank you for your contribution; I have merged it and will tag a new release in a few minutes

@hboomsma hboomsma deleted the feature/typed-array branch June 8, 2016 07:42
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