1
0
mirror of synced 2025-02-10 01:09:26 +03:00

Remove @throws in Configuration where necessary.

This commit is contained in:
Mathew Davies 2017-06-19 08:54:29 +01:00 committed by Luís Cobucci
parent 866418e40f
commit e4847534a4
No known key found for this signature in database
GPG Key ID: EC61C5F01750ED3C

View File

@ -420,8 +420,6 @@ class Configuration extends \Doctrine\DBAL\Configuration
* @param string|callable $className Class name or a callable that returns the function. * @param string|callable $className Class name or a callable that returns the function.
* *
* @return void * @return void
*
* @throws ORMException
*/ */
public function addCustomStringFunction($name, $className) 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. * @param string|callable $className Class name or a callable that returns the function.
* *
* @return void * @return void
*
* @throws ORMException
*/ */
public function addCustomNumericFunction($name, $className) 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. * @param string|callable $className Class name or a callable that returns the function.
* *
* @return void * @return void
*
* @throws ORMException
*/ */
public function addCustomDatetimeFunction($name, $className) public function addCustomDatetimeFunction($name, $className)
{ {