Skip to content

Commit

Permalink
Fix description of HeaderInterface constants
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jun 20, 2020
1 parent 28e09b4 commit 1794ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Header/HeaderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
interface HeaderInterface
{
/**
* Format value in Mime-Encoding if not US-ASCII encoding is used
* Format value in Mime-Encoding (Quoted-Printable). Result is valid US-ASCII string
*
* @var bool
*/
const FORMAT_ENCODED = true;

/**
* Return value with the interval Laminas value (UTF-8 non-encoded)
* Return value in internal encoding which is usually UTF-8
*
* @var bool
*/
Expand Down

0 comments on commit 1794ee5

Please sign in to comment.