-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add strictly typed BunqResponses #52
Labels
Comments
dnl-blkv
added a commit
that referenced
this issue
Sep 25, 2017
dnl-blkv
added a commit
that referenced
this issue
Sep 25, 2017
dnl-blkv
added a commit
that referenced
this issue
Sep 25, 2017
dnl-blkv
added a commit
that referenced
this issue
Sep 25, 2017
dnl-blkv
added a commit
that referenced
this issue
Sep 25, 2017
dnl-blkv
added a commit
that referenced
this issue
Sep 25, 2017
dnl-blkv
added a commit
that referenced
this issue
Sep 25, 2017
dnl-blkv
added a commit
that referenced
this issue
Sep 26, 2017
dnl-blkv
added a commit
that referenced
this issue
Sep 26, 2017
dnl-blkv
added a commit
that referenced
this issue
Sep 26, 2017
dnl-blkv
added a commit
that referenced
this issue
Sep 26, 2017
dnl-blkv
added a commit
that referenced
this issue
Sep 26, 2017
dnl-blkv
added a commit
that referenced
this issue
Sep 26, 2017
dnl-blkv
added a commit
that referenced
this issue
Sep 26, 2017
dnl-blkv
added a commit
that referenced
this issue
Sep 26, 2017
…d missing strict type for listings [#52]
dnl-blkv
added a commit
that referenced
this issue
Oct 5, 2017
dnl-blkv
added a commit
that referenced
this issue
Oct 5, 2017
andrederoos
added a commit
that referenced
this issue
Oct 6, 2017
Add strictly typed responses; fix GET in extended models [#52]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to Reproduce
What Should Happen
$response.getValue()
has a strict type in doc block, and the IDE auto-completion works on itWhat Happens
$response.getValue()
doesn't have a strict type in doc block and therefore IDE auto-completion doesn't work on itThe text was updated successfully, but these errors were encountered: