From 55eb2ecb086cf72965f107c46d41b19e00e2aaad Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 15 Jun 2011 11:21:39 -0700 Subject: [PATCH] Fixed parameters on Session::has. --- system/session.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system/session.php b/system/session.php index 63faa6fd..8b7de15b 100644 --- a/system/session.php +++ b/system/session.php @@ -70,10 +70,9 @@ class Session { /** * Determine if the session or flash data contains an item or set of items. * - * @param string $key * @return bool */ - public static function has($key) + public static function has() { foreach (func_get_args() as $key) {