diff --git a/src/Exception/BadMethodCallException.php b/src/Exception/BadMethodCallException.php index f1c5ee9a7..4aa41fa93 100644 --- a/src/Exception/BadMethodCallException.php +++ b/src/Exception/BadMethodCallException.php @@ -26,8 +26,7 @@ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ -class BadMethodCallException - extends \BadMethodCallException - implements ExceptionInterface +class BadMethodCallException extends \BadMethodCallException implements + ExceptionInterface { } diff --git a/src/Exception/InvalidArgumentException.php b/src/Exception/InvalidArgumentException.php index 80ffa308e..c051e6995 100644 --- a/src/Exception/InvalidArgumentException.php +++ b/src/Exception/InvalidArgumentException.php @@ -26,8 +26,7 @@ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ -class InvalidArgumentException - extends \InvalidArgumentException - implements ExceptionInterface +class InvalidArgumentException extends \InvalidArgumentException implements + ExceptionInterface { } diff --git a/src/Exception/LogicException.php b/src/Exception/LogicException.php index ae122152e..6d4f4b5f3 100644 --- a/src/Exception/LogicException.php +++ b/src/Exception/LogicException.php @@ -26,8 +26,6 @@ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ -class LogicException - extends \LogicException - implements ExceptionInterface +class LogicException extends \LogicException implements ExceptionInterface { } diff --git a/src/Exception/OutOfSpaceException.php b/src/Exception/OutOfSpaceException.php index 847843b2d..290592c8d 100644 --- a/src/Exception/OutOfSpaceException.php +++ b/src/Exception/OutOfSpaceException.php @@ -26,8 +26,6 @@ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ -class OutOfSpaceException - extends \OverflowException - implements ExceptionInterface +class OutOfSpaceException extends \OverflowException implements ExceptionInterface { } diff --git a/src/Exception/RuntimeException.php b/src/Exception/RuntimeException.php index e4d939ac1..432113373 100644 --- a/src/Exception/RuntimeException.php +++ b/src/Exception/RuntimeException.php @@ -26,8 +26,6 @@ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ -class RuntimeException - extends \RuntimeException - implements ExceptionInterface +class RuntimeException extends \RuntimeException implements ExceptionInterface { } diff --git a/src/Exception/UnexpectedValueException.php b/src/Exception/UnexpectedValueException.php index 98581aa65..455da7c99 100644 --- a/src/Exception/UnexpectedValueException.php +++ b/src/Exception/UnexpectedValueException.php @@ -26,8 +26,7 @@ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ -class UnexpectedValueException - extends \UnexpectedValueException - implements ExceptionInterface +class UnexpectedValueException extends \UnexpectedValueException implements + ExceptionInterface { } diff --git a/src/Exception/UnsupportedMethodCallException.php b/src/Exception/UnsupportedMethodCallException.php index d9aa61080..73a999b00 100644 --- a/src/Exception/UnsupportedMethodCallException.php +++ b/src/Exception/UnsupportedMethodCallException.php @@ -26,8 +26,7 @@ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ -class UnsupportedMethodCallException - extends \BadMethodCallException - implements ExceptionInterface +class UnsupportedMethodCallException extends \BadMethodCallException implements + ExceptionInterface { }