From f8cd83c6ebf4e375dcfb5e347b3bd809e81b8f59 Mon Sep 17 00:00:00 2001 From: eli-easydoc <94516865+eli-easydoc@users.noreply.github.com> Date: Sun, 10 Nov 2024 17:07:13 +0200 Subject: [PATCH] Update DefaultValueBinder.php Declaration is not compatible with PhpOffice\PhpSpreadsheet\Cell\DefaultValueBinder::bindValue --- src/DefaultValueBinder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DefaultValueBinder.php b/src/DefaultValueBinder.php index 01346c673..85a0c021d 100644 --- a/src/DefaultValueBinder.php +++ b/src/DefaultValueBinder.php @@ -12,7 +12,7 @@ class DefaultValueBinder extends PhpSpreadsheetDefaultValueBinder * @param mixed $value Value to bind in cell * @return bool */ - public function bindValue(Cell $cell, $value) + public function bindValue(Cell $cell, mixed $value): bool { if (is_array($value)) { $value = \json_encode($value);