diff --git a/lib/Doctrine/ORM/Configuration.php b/lib/Doctrine/ORM/Configuration.php index 4af482faf..6073fbe00 100644 --- a/lib/Doctrine/ORM/Configuration.php +++ b/lib/Doctrine/ORM/Configuration.php @@ -420,8 +420,6 @@ class Configuration extends \Doctrine\DBAL\Configuration * @param string|callable $className Class name or a callable that returns the function. * * @return void - * - * @throws ORMException */ public function addCustomStringFunction($name, $className) { @@ -474,8 +472,6 @@ class Configuration extends \Doctrine\DBAL\Configuration * @param string|callable $className Class name or a callable that returns the function. * * @return void - * - * @throws ORMException */ public function addCustomNumericFunction($name, $className) { @@ -528,8 +524,6 @@ class Configuration extends \Doctrine\DBAL\Configuration * @param string|callable $className Class name or a callable that returns the function. * * @return void - * - * @throws ORMException */ public function addCustomDatetimeFunction($name, $className) {