Skip to content

Commit d74b902

Browse files
authored
Merge pull request #26 from petrknap/remove-deprecated-get-data
Removed deprecated `Coder::getData()`
2 parents 5ca75f7 + 63e9db3 commit d74b902

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Coder.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ final public function withData(string $data): static
2424
return new static($data);
2525
}
2626

27-
/**
28-
* @deprecated use readonly property {@see self::$data}
29-
*/
30-
final public function getData(): string
31-
{
32-
return $this->data;
33-
}
34-
3527
/**
3628
* @see Coder\Base64
3729
*

0 commit comments

Comments
 (0)