Commit 19e4fd2a authored by Benjamin Eberlei's avatar Benjamin Eberlei

[DBAL-722] Add missing doc @return.

parent ac27abe9
......@@ -129,6 +129,8 @@ class DBALException extends \Exception
/**
* Factory method for subclasses of DBALException based on exception code.
*
* @return \Doctrine\DBAL\DBALException
*/
private static function createDriverException($msg, $code, $driverEx)
{
......
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