From efbd1bc13e171067cfcfca7bf18d8912f53bb70c Mon Sep 17 00:00:00 2001 From: Gabriel Zerbib Date: Sun, 29 Jan 2017 15:23:30 +0200 Subject: [PATCH] just adding sixth constructor param to phpdoc --- src/Guard.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Guard.php b/src/Guard.php index 1c8ebe4..b23037c 100644 --- a/src/Guard.php +++ b/src/Guard.php @@ -83,6 +83,7 @@ class Guard * @param null|callable $failureCallable * @param integer $storageLimit * @param integer $strength + * @param boolean $persistentTokenMode * @throws RuntimeException if the session cannot be found */ public function __construct(