From 63e9db3af848f1d56e58d82c552b74ec5e905556 Mon Sep 17 00:00:00 2001 From: Petr Knap <8299754+petrknap@users.noreply.github.com> Date: Sun, 27 Apr 2025 20:27:18 +0200 Subject: [PATCH] chore: removed deprecated `Coder::getData()` --- src/Coder.php | 8 -------- 1 file changed, 8 deletions(-) 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 *