From a5c711179f9d727a401ab6c590831f4f6bf78e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20=C4=8Cekan?= Date: Wed, 13 Jul 2016 10:48:11 +0200 Subject: [PATCH] Update Cookie.php Strict Standards: Non-static method Cookie::realname() should not be called statically in /behigh/Cookie/Cookie.php on line 190 --- Cookie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cookie.php b/Cookie.php index 4a223b2..f0e39aa 100644 --- a/Cookie.php +++ b/Cookie.php @@ -117,7 +117,7 @@ public static function isSecure() * @param string $name * @return string */ - public function realname($name) + public static function realname($name) { return self::$prefix . $name; }