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
[12.x] Add missing @throws annotations to Database Connection class (#57452)
- Add @throws RuntimeException to escape() method
- Add @throws RuntimeException to escapeBinary() method
These methods throw RuntimeException when the PDO connection is not available but were missing proper @throws annotations in their docblocks.
0 commit comments