@@ -45,7 +45,7 @@ |
||
45 | 45 | * @author David Schoenbauer <[email protected]> |
46 | 46 | * @since 1.0.0 |
47 | 47 | */ |
48 | -class UnauthorizedException extends ClientErrorException{ |
|
48 | +class UnauthorizedException extends ClientErrorException { |
|
49 | 49 | |
50 | 50 | public function __construct($message = "") { |
51 | 51 | parent::__construct($message, 401); |
@@ -39,7 +39,7 @@ |
||
39 | 39 | */ |
40 | 40 | class UnsupportedMediaType extends ClientErrorException { |
41 | 41 | |
42 | - private $_supportedMediaTypes = []; |
|
42 | + private $_supportedMediaTypes = [ ]; |
|
43 | 43 | |
44 | 44 | /** |
45 | 45 | * @param mixed $supportedMediaTypes a list of supported media types to give |