@@ -21,11 +21,11 @@ |
||
21 | 21 | public function __construct(string $_api_key, string $_api_secret, $_auth_domain = self::AUTH_DOMAIN) |
22 | 22 | { |
23 | 23 | if (!$_api_key) { |
24 | - throw new InvalidArgumentException(static::class . ' parameter 1 should be your api key'); |
|
24 | + throw new InvalidArgumentException(static::class.' parameter 1 should be your api key'); |
|
25 | 25 | } |
26 | 26 | |
27 | 27 | if (!$_api_secret) { |
28 | - throw new InvalidArgumentException(static::class . ' parameter 2 should be your api secret'); |
|
28 | + throw new InvalidArgumentException(static::class.' parameter 2 should be your api secret'); |
|
29 | 29 | } |
30 | 30 | |
31 | 31 | $this->_api_key = $_api_key; |