Completed
Push — master ( 4cad78...769bdb )
by Neomerx
02:16
created
src/Package/PassportSettings.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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,
Please login to merge, or discard this patch.