@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | [ |
141 | 141 | ContainerInterface::class, |
142 | 142 | 'int', |
143 | - function (ReflectionParameter $parameter) { |
|
143 | + function(ReflectionParameter $parameter) { |
|
144 | 144 | return $parameter->allowsNull() === true && $parameter->isArray() === true; |
145 | 145 | }, |
146 | 146 | ] |
@@ -205,7 +205,7 @@ discard block |
||
205 | 205 | $appConfig = $this->getAppConfig(); |
206 | 206 | |
207 | 207 | return [ |
208 | - static::KEY_IS_LOG_ENABLED => (bool)($appConfig[A::KEY_IS_LOG_ENABLED] ?? false), |
|
208 | + static::KEY_IS_LOG_ENABLED => (bool) ($appConfig[A::KEY_IS_LOG_ENABLED] ?? false), |
|
209 | 209 | static::KEY_CODE_EXPIRATION_TIME_IN_SECONDS => 10 * 60, |
210 | 210 | static::KEY_TOKEN_EXPIRATION_TIME_IN_SECONDS => 60 * 60, |
211 | 211 | static::KEY_RENEW_REFRESH_VALUE_ON_TOKEN_REFRESH => true, |