@@ -55,13 +55,13 @@ |
||
| 55 | 55 | { |
| 56 | 56 | parent::init(); |
| 57 | 57 | if (empty ($this->accessId)) { |
| 58 | - throw new InvalidConfigException ('The "accessId" property must be set.'); |
|
| 58 | + throw new InvalidConfigException('The "accessId" property must be set.'); |
|
| 59 | 59 | } |
| 60 | 60 | if (empty ($this->accessKey)) { |
| 61 | - throw new InvalidConfigException ('The "accessKey" property must be set.'); |
|
| 61 | + throw new InvalidConfigException('The "accessKey" property must be set.'); |
|
| 62 | 62 | } |
| 63 | 63 | if (empty ($this->signName)) { |
| 64 | - throw new InvalidConfigException ('The "signName" property must be set.'); |
|
| 64 | + throw new InvalidConfigException('The "signName" property must be set.'); |
|
| 65 | 65 | } |
| 66 | 66 | } |
| 67 | 67 | |
@@ -44,10 +44,10 @@ |
||
| 44 | 44 | { |
| 45 | 45 | parent::init(); |
| 46 | 46 | if (empty ($this->appId)) { |
| 47 | - throw new InvalidConfigException ('The "appId" property must be set.'); |
|
| 47 | + throw new InvalidConfigException('The "appId" property must be set.'); |
|
| 48 | 48 | } |
| 49 | 49 | if (empty ($this->appKey)) { |
| 50 | - throw new InvalidConfigException ('The "appKey" property must be set.'); |
|
| 50 | + throw new InvalidConfigException('The "appKey" property must be set.'); |
|
| 51 | 51 | } |
| 52 | 52 | } |
| 53 | 53 | |