From 7b2b1b54e2cf4be82ff30eb9459a2ef1cec21c0e Mon Sep 17 00:00:00 2001 From: Florin-Ciprian Bodin Date: Tue, 19 Mar 2024 06:05:28 +0200 Subject: [PATCH] Update ConfigData.php to PHP8 --- classes/ConfigData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/ConfigData.php b/classes/ConfigData.php index f0c26c1..6f83da5 100644 --- a/classes/ConfigData.php +++ b/classes/ConfigData.php @@ -280,7 +280,7 @@ class ConfigData implements Iterator /** * @param string $name The key to look for * @return bool True if $name is set - */ + */ public function is_set($name) { return isset($this->config[$name]);