Commit 78231ce7 authored by Benjamin Morel's avatar Benjamin Morel

Fixed Configuration::getSQLLogger() return type

parent 32817aac
...@@ -57,7 +57,7 @@ class Configuration ...@@ -57,7 +57,7 @@ class Configuration
/** /**
* Gets the SQL logger that is used. * Gets the SQL logger that is used.
* *
* @return \Doctrine\DBAL\Logging\SQLLogger * @return \Doctrine\DBAL\Logging\SQLLogger|null
*/ */
public function getSQLLogger() 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