From e4847534a4c2decb47947f7b32dced5f7ac3a5bf Mon Sep 17 00:00:00 2001 From: Mathew Davies Date: Mon, 19 Jun 2017 08:54:29 +0100 Subject: [PATCH] Remove @throws in Configuration where necessary. --- lib/Doctrine/ORM/Configuration.php | 6 ------ 1 file changed, 6 deletions(-) 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) {