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
This can be done by scanning the method for thrown exceptions, but it would be more interesting to add this to the core. The core can analyze the thrown exceptions via static analysis and memorize them, after which a docblock generation action could add the appropriate @throws statements.
The text was updated successfully, but these errors were encountered:
This can be done by scanning the method for thrown exceptions, but it would be more interesting to add this to the core. The core can analyze the thrown exceptions via static analysis and memorize them, after which a docblock generation action could add the appropriate
@throws
statements.The text was updated successfully, but these errors were encountered: