@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | */ |
9 | 9 | function getSkillSupportsCountries(): array |
10 | 10 | { |
11 | - return include __DIR__ . '/../resources/iso-3166-1-alpha-3-countries-skill-supports.php'; |
|
11 | + return include __DIR__.'/../resources/iso-3166-1-alpha-3-countries-skill-supports.php'; |
|
12 | 12 | } |
13 | 13 | } |
14 | 14 | |
@@ -18,6 +18,6 @@ discard block |
||
18 | 18 | */ |
19 | 19 | function getSkillSupportsLanguages(): array |
20 | 20 | { |
21 | - return include __DIR__ . '/../resources/iso-6391-languages-skrill-supports.php'; |
|
21 | + return include __DIR__.'/../resources/iso-6391-languages-skrill-supports.php'; |
|
22 | 22 | } |
23 | 23 | } |
@@ -313,7 +313,7 @@ |
||
313 | 313 | ] |
314 | 314 | ); |
315 | 315 | } catch (ClientException $clientException) { |
316 | - throw new Exception($clientException->getMessage() . ' - url: ' . $url . ' - data: ' . json_encode($parameters) . ' - client exception: ' . $clientException->getResponse()->getBody()->getContents()); |
|
316 | + throw new Exception($clientException->getMessage().' - url: '.$url.' - data: '.json_encode($parameters).' - client exception: '.$clientException->getResponse()->getBody()->getContents()); |
|
317 | 317 | } |
318 | 318 | } |
319 | 319 | } |