If we're going to enforce that data types in param, return, and var tags are fully namespaced, it seems like @throws tags should join the lot.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | coder-3050837-4.patch | 2.79 KB | danepowell |
If we're going to enforce that data types in param, return, and var tags are fully namespaced, it seems like @throws tags should join the lot.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | coder-3050837-4.patch | 2.79 KB | danepowell |
Comments
Comment #2
danepowell commentedComment #3
klausiMakes sense!
Can you add a test case and create a pull request against https://github.com/pfrenssen/coder so that we see the automated tests run?
Comment #4
danepowell commentedNo problem, thanks for the quick response: https://github.com/pfrenssen/coder/pull/36
Comment #6
klausiCommitted, thanks!