Skip to content
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 missing exception annotations #1050

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

asteragos
Copy link

This PR adds missing @throws annotations to method doc blocks in the AbstractProvider class, ensuring all thrown exceptions are properly documented.

Related Issue
Fixes Issue #880 by improving PHPDoc accuracy, enhancing developer experience, and supporting static analysis tools.

Changes
Added @throws annotations for all undocumented exceptions in method doc blocks.
Verified annotations match the exceptions thrown.

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.

AbstractProvider - unexpected, undocumented exceptions
1 participant