PHPCS fixes

This commit is contained in:
Alex Bilbie
2014-05-03 11:08:33 +01:00
parent 5c8ed58c67
commit b82551c97d
10 changed files with 42 additions and 16 deletions

View File

@@ -29,8 +29,10 @@ class ServerErrorException extends OAuthException
/**
* {@inheritdoc}
*/
public function __construct($parameter = 'The authorization server encountered an unexpected condition which prevented it from fulfilling the request.')
{
public function __construct(
$parameter = 'The authorization server encountered an unexpected condition which prevented it from fulfilling'
. 'the request.'
) {
parent::__construct($parameter);
}
}