Commit 32c5a3ea authored by Marco Pivetta's avatar Marco Pivetta

Merge pull request #567 from BenMorel/doc-fix

Fixed Configuration::getSQLLogger() return type
parents 32817aac 78231ce7
......@@ -57,7 +57,7 @@ class Configuration
/**
* Gets the SQL logger that is used.
*
* @return \Doctrine\DBAL\Logging\SQLLogger
* @return \Doctrine\DBAL\Logging\SQLLogger|null
*/
public function getSQLLogger()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment