diff --git a/src/Coder.php b/src/Coder.php index a161570..909b9c3 100644 --- a/src/Coder.php +++ b/src/Coder.php @@ -24,14 +24,6 @@ final public function withData(string $data): static return new static($data); } - /** - * @deprecated use readonly property {@see self::$data} - */ - final public function getData(): string - { - return $this->data; - } - /** * @see Coder\Base64 *