From c760667448a1a9c61f17429def810ffe54b7c0b9 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Tue, 4 Sep 2012 12:43:18 +0100 Subject: [PATCH] PSR style class braces --- src/Oauth2/Client/Exception.php | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) mode change 100755 => 100644 src/Oauth2/Client/Exception.php diff --git a/src/Oauth2/Client/Exception.php b/src/Oauth2/Client/Exception.php old mode 100755 new mode 100644 index 0fea8691..e21d8060 --- a/src/Oauth2/Client/Exception.php +++ b/src/Oauth2/Client/Exception.php @@ -2,13 +2,8 @@ namespace Oauth2\Client; -/** - * OAuth2.0 draft v10 exception handling. - * - * @author Originally written by Naitik Shah . - * @author Update to draft v10 by Edison Wong . - */ -class Exception extends \Exception { +class Exception extends \Exception +{ /** * The result from the API server that represents the exception information. @@ -85,4 +80,4 @@ class Exception extends \Exception { return $str . $this->message; } -} +} \ No newline at end of file