File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ interface CoderInterface
14
14
public function getData (): string ;
15
15
16
16
/**
17
- * {@see base64_encode()}/{@see base64_decode()} data
17
+ * {@see base64_encode()}/{@see base64_decode()} the data
18
18
*
19
19
* @link https://en.wikipedia.org/wiki/Base64
20
20
*
@@ -23,7 +23,7 @@ public function getData(): string;
23
23
public function base64 (): static ;
24
24
25
25
/**
26
- * Encodes/decodes {@see hash()} of data to data
26
+ * Encodes/decodes the data {@see hash()} into the data
27
27
*
28
28
* @link https://en.wikipedia.org/wiki/Checksum
29
29
*
@@ -32,7 +32,7 @@ public function base64(): static;
32
32
public function checksum (string $ algorithm = self ::CHECKSUM_ALGORITHM ): static ;
33
33
34
34
/**
35
- * {@see zlib_encode()}/{@see zlib_decode()} data
35
+ * {@see zlib_encode()}/{@see zlib_decode()} the data
36
36
*
37
37
* @link https://en.wikipedia.org/wiki/Zlib
38
38
*
You can’t perform that action at this time.
0 commit comments