Update ConfigData.php to PHP8

This commit is contained in:
Florin-Ciprian Bodin
2024-03-19 06:05:28 +02:00
committed by GitHub
parent f5715e2b4b
commit 7b2b1b54e2

View File

@@ -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]);