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