We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PdoConnectionInterface::getActivePDO()
PDO
Currently return type is nullable:
db/src/Driver/Pdo/PdoConnectionInterface.php
Line 28 in cc8ae67
From phpdoc:
This method will open the DB connection and then return {@see PDO}.
Abstract class AbstractPdoConnection also always returns PDO:
AbstractPdoConnection
db/src/Driver/Pdo/AbstractPdoConnection.php
Line 141 in cc8ae67
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently return type is nullable:
db/src/Driver/Pdo/PdoConnectionInterface.php
Line 28 in cc8ae67
From phpdoc:
Abstract class
AbstractPdoConnection
also always returns PDO:db/src/Driver/Pdo/AbstractPdoConnection.php
Line 141 in cc8ae67
The text was updated successfully, but these errors were encountered: