@@ -52,11 +52,11 @@ |
||
| 52 | 52 | */ |
| 53 | 53 | public function __construct($companyId, $clientId, $clientSecret, $scopes, $url = 'https://oauth.kobas.co.uk') |
| 54 | 54 | { |
| 55 | - $this->companyId = (int)$companyId; |
|
| 56 | - $this->clientId = (string)$clientId; |
|
| 57 | - $this->clientSecret = (string)$clientSecret; |
|
| 58 | - $this->scopes = (string)$scopes; |
|
| 59 | - $this->url = (string)$url; |
|
| 55 | + $this->companyId = (int) $companyId; |
|
| 56 | + $this->clientId = (string) $clientId; |
|
| 57 | + $this->clientSecret = (string) $clientSecret; |
|
| 58 | + $this->scopes = (string) $scopes; |
|
| 59 | + $this->url = (string) $url; |
|
| 60 | 60 | } |
| 61 | 61 | |
| 62 | 62 | /** |