File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments