• Matthias Derer's avatar
    add @throws declarations to docs in Connection · 14ec6ee8
    Matthias Derer authored
    In a few cases methods in Connection may throw a DBALException which
    isn't declared in the docblock. As the Connection class is heavily
    used by third party code, this code runs the risk of ignoring
    those exceptions instead of handling them. While it is
    technically not required to declare exceptions in PHP, it is highly
    recommended, especially in public APIs.
    14ec6ee8
Name
Last commit
Last update
..
Cache Loading commit data...
Connections Loading commit data...
Driver Loading commit data...
Event Loading commit data...
Exception Loading commit data...
Id Loading commit data...
Logging Loading commit data...
Platforms Loading commit data...
Portability Loading commit data...
Query Loading commit data...
Schema Loading commit data...
Sharding Loading commit data...
Tools/Console Loading commit data...
Types Loading commit data...
Configuration.php Loading commit data...
Connection.php Loading commit data...
ConnectionException.php Loading commit data...
DBALException.php Loading commit data...
Driver.php Loading commit data...
DriverManager.php Loading commit data...
Events.php Loading commit data...
LockMode.php Loading commit data...
README.markdown Loading commit data...
SQLParserUtils.php Loading commit data...
SQLParserUtilsException.php Loading commit data...
Statement.php Loading commit data...
Version.php Loading commit data...
VersionAwarePlatformDriver.php Loading commit data...