Completed
Pull Request — master (#46)
by
unknown
06:45
created
Handlers/PdoHandler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -276,6 +276,9 @@
 block discarded – undo
276 276
         $this->writeTo($key, $info, $period, $reset);
277 277
     }
278 278
 
279
+    /**
280
+     * @param integer $reset
281
+     */
279 282
     public function writeTo($sessionId, $info, $period, $reset)
280 283
     {
281 284
         $maxlifetime = (int) ini_get('session.gc_maxlifetime');
Please login to merge, or discard this patch.