Update lib packages

This commit is contained in:
Narek Zakarian 2025-07-04 22:05:58 +04:00
parent 238ebc0949
commit b483115883
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7
38 changed files with 1323 additions and 598 deletions

View file

@ -88,6 +88,8 @@ class HierarchyContainer implements ContainerInterface
*/
public function has($key)
{
$key = (string) $key;
return array_key_exists($key, $this->data);
}
}