From f653506421ee8e2c46c78e93d28ee2418a1d399d Mon Sep 17 00:00:00 2001 From: polo Date: Tue, 28 Oct 2025 23:23:03 +0100 Subject: =?UTF-8?q?modification=20liens=20r=C3=A9seaux=20sociaux,=20placeh?= =?UTF-8?q?older=20input=20text,=20correction=20erreurs=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/model/entities/NodeData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/model/entities/NodeData.php') diff --git a/src/model/entities/NodeData.php b/src/model/entities/NodeData.php index 47e7208..ed94f1b 100644 --- a/src/model/entities/NodeData.php +++ b/src/model/entities/NodeData.php @@ -67,7 +67,7 @@ class NodeData { $this->data = $data; }*/ - public function updateData(string $key, string $value = ''): void + public function updateData(string $key, string|array $value = ''): void { if($value !== ''){ $this->data[$key] = $value; -- cgit v1.2.3