Skip to content

Commit

Permalink
Use optimistic state update (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 30, 2024
1 parent a396832 commit 4cef7b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Http/ScalarEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4cef7b6

Please sign in to comment.