From cb2621d2117568c0f466cfc0a65388e1c9a211ac Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Thu, 31 Oct 2024 11:41:47 -0400 Subject: [PATCH] wip --- src/Fields/Value.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Fields/Value.php b/src/Fields/Value.php index 3fe2dc5b2d..d4a95503d4 100644 --- a/src/Fields/Value.php +++ b/src/Fields/Value.php @@ -230,7 +230,6 @@ public function __get($key) return $this->value()?->{$key} ?? null; } - // #[\ReturnTypeWillChange] public function offsetExists(mixed $offset) {