@@ -47,7 +47,7 @@ |
||
| 47 | 47 | $this->getFromServices('client_id'), |
| 48 | 48 | $this->getFromServices('client_secret'), |
| 49 | 49 | $this->getFromServices('redirect'), |
| 50 | - $this->getConfigItems($additionalConfigKeys, function ($key) { |
|
| 50 | + $this->getConfigItems($additionalConfigKeys, function($key) { |
|
| 51 | 51 | return $this->getFromServices(strtolower($key)); |
| 52 | 52 | }) |
| 53 | 53 | ); |
@@ -86,7 +86,7 @@ |
||
| 86 | 86 | /** |
| 87 | 87 | * @param string $key |
| 88 | 88 | * |
| 89 | - * @return string|array|null |
|
| 89 | + * @return string |
|
| 90 | 90 | * |
| 91 | 91 | * @throws MissingConfigException |
| 92 | 92 | */ |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | */ |
| 36 | 36 | public static function serviceContainerKey($providerName): string |
| 37 | 37 | { |
| 38 | - return SocialiteWasCalled::SERVICE_CONTAINER_PREFIX . $providerName; |
|
| 38 | + return SocialiteWasCalled::SERVICE_CONTAINER_PREFIX.$providerName; |
|
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | /** |