CS fixer changes

This commit is contained in:
Alex Bilbie
2014-05-03 10:53:43 +01:00
parent 193018aecf
commit 97e7a00bca
12 changed files with 96 additions and 87 deletions

View File

@@ -36,7 +36,7 @@ class OAuthException extends \Exception
/**
* Get all headers that have to be send with the error response
* @return array Array with header values
* @return array Array with header values
*/
public function getHttpHeaders()
{
@@ -86,7 +86,6 @@ class OAuthException extends \Exception
}
}
// @codeCoverageIgnoreEnd
return $headers;
}
}