Skip to content

Commit 0daea75

Browse files
committed
chore: update PhpDocs
1 parent a72bbbe commit 0daea75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/CoderInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ interface CoderInterface
1414
public function getData(): string;
1515

1616
/**
17-
* {@see base64_encode()}/{@see base64_decode()} data
17+
* {@see base64_encode()}/{@see base64_decode()} the data
1818
*
1919
* @link https://en.wikipedia.org/wiki/Base64
2020
*
@@ -23,7 +23,7 @@ public function getData(): string;
2323
public function base64(): static;
2424

2525
/**
26-
* Encodes/decodes {@see hash()} of data to data
26+
* Encodes/decodes the data {@see hash()} into the data
2727
*
2828
* @link https://en.wikipedia.org/wiki/Checksum
2929
*
@@ -32,7 +32,7 @@ public function base64(): static;
3232
public function checksum(string $algorithm = self::CHECKSUM_ALGORITHM): static;
3333

3434
/**
35-
* {@see zlib_encode()}/{@see zlib_decode()} data
35+
* {@see zlib_encode()}/{@see zlib_decode()} the data
3636
*
3737
* @link https://en.wikipedia.org/wiki/Zlib
3838
*

0 commit comments

Comments
 (0)