Passed
Push — develop ( 1af474...95fb2f )
by nguereza
02:14
created
src/Session.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -233,7 +233,7 @@
 block discarded – undo
233 233
             session_name($sessionName);
234 234
         }
235 235
 
236
-        $lifetime = (int)$this->config->get('cookie.lifetime');
236
+        $lifetime = (int) $this->config->get('cookie.lifetime');
237 237
         $path = $this->config->get('cookie.path');
238 238
         $domain = $this->config->get('cookie.domain');
239 239
         $secure = $this->config->get('cookie.secure');
Please login to merge, or discard this patch.