Skip to content

Commit 8da3e4a

Browse files
committed
Merge pull request #91 from glensc/ZF2-rename
Fix description of HeaderInterface constants
2 parents d8913a2 + ce81ab4 commit 8da3e4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Header/HeaderInterface.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
interface HeaderInterface
1212
{
1313
/**
14-
* Format value in Mime-Encoding if not US-ASCII encoding is used
14+
* Format value in Mime-Encoding (Quoted-Printable). Result is valid US-ASCII string
1515
*
1616
* @var bool
1717
*/
1818
const FORMAT_ENCODED = true;
1919

2020
/**
21-
* Return value with the interval Laminas value (UTF-8 non-encoded)
21+
* Return value in internal encoding which is usually UTF-8
2222
*
2323
* @var bool
2424
*/

0 commit comments

Comments
 (0)