From 4cef7b688312879d35c15887bcdf1d3d8cbe7f66 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 30 Sep 2024 08:54:12 +0000 Subject: [PATCH] Use optimistic state update (#315) --- src/Http/ScalarEntity.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Http/ScalarEntity.php b/src/Http/ScalarEntity.php index 287c9d2..0284034 100644 --- a/src/Http/ScalarEntity.php +++ b/src/Http/ScalarEntity.php @@ -23,9 +23,6 @@ public function __construct(mixed $value) parent::__construct($value); } - /** - * @return static - */ public static function from(mixed $value): self { return new self($value);