• 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
bin Loading commit data...
docs Loading commit data...
lib/Doctrine/DBAL Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.scrutinizer.yml Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
UPGRADE.md Loading commit data...
build.properties Loading commit data...
build.xml Loading commit data...
composer.json Loading commit data...
phpunit.xml.dist Loading commit data...
run-all.sh Loading commit data...