You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #184 [Agent] Add @throws tag (VincentLanglet)
This PR was merged into the main branch.
Discussion
----------
[Agent] Add ``@throws`` tag
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Docs? | yes
| Issues | Fix #...
| License | MIT
Hi `@chr`-hertel, this lib seems to lack of ``@throws`` phpdoc.
For static analysis usage (and developer experience) it seems better to tell which methods are throwing exceptions.
I didn't look for every methods but started with two important methods imho.
Commits
-------
ad76d05 Add throws tag
0 commit comments