@@ -45,13 +45,13 @@ |
||
| 45 | 45 | { |
| 46 | 46 | parent::init(); |
| 47 | 47 | if (empty ($this->appId)) { |
| 48 | - throw new InvalidConfigException ('The "appId" property must be set.'); |
|
| 48 | + throw new InvalidConfigException('The "appId" property must be set.'); |
|
| 49 | 49 | } |
| 50 | 50 | if (empty ($this->accountSid)) { |
| 51 | - throw new InvalidConfigException ('The "accountSid" property must be set.'); |
|
| 51 | + throw new InvalidConfigException('The "accountSid" property must be set.'); |
|
| 52 | 52 | } |
| 53 | 53 | if (empty ($this->accountToken)) { |
| 54 | - throw new InvalidConfigException ('The "accountToken" property must be set.'); |
|
| 54 | + throw new InvalidConfigException('The "accountToken" property must be set.'); |
|
| 55 | 55 | } |
| 56 | 56 | } |
| 57 | 57 | |