@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the ZBateson\MailMimeParser project. |
|
| 4 | - * |
|
| 5 | - * @license http://opensource.org/licenses/bsd-license.php BSD |
|
| 6 | - */ |
|
| 3 | + * This file is part of the ZBateson\MailMimeParser project. |
|
| 4 | + * |
|
| 5 | + * @license http://opensource.org/licenses/bsd-license.php BSD |
|
| 6 | + */ |
|
| 7 | 7 | namespace ZBateson\MailMimeParser; |
| 8 | 8 | |
| 9 | 9 | use ZBateson\MailMimeParser\Header\Consumer\ConsumerService; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the ZBateson\MailMimeParser project. |
|
| 4 | - * |
|
| 5 | - * @license http://opensource.org/licenses/bsd-license.php BSD |
|
| 6 | - */ |
|
| 3 | + * This file is part of the ZBateson\MailMimeParser project. |
|
| 4 | + * |
|
| 5 | + * @license http://opensource.org/licenses/bsd-license.php BSD |
|
| 6 | + */ |
|
| 7 | 7 | namespace ZBateson\MailMimeParser; |
| 8 | 8 | |
| 9 | 9 | use ZBateson\MailMimeParser\Header\Consumer\ConsumerService; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the ZBateson\MailMimeParser project. |
|
| 4 | - * |
|
| 5 | - * @license http://opensource.org/licenses/bsd-license.php BSD |
|
| 6 | - */ |
|
| 3 | + * This file is part of the ZBateson\MailMimeParser project. |
|
| 4 | + * |
|
| 5 | + * @license http://opensource.org/licenses/bsd-license.php BSD |
|
| 6 | + */ |
|
| 7 | 7 | namespace ZBateson\MailMimeParser; |
| 8 | 8 | |
| 9 | 9 | use ZBateson\MailMimeParser\Header\Consumer\ConsumerService; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the ZBateson\MailMimeParser project. |
|
| 4 | - * |
|
| 5 | - * @license http://opensource.org/licenses/bsd-license.php BSD |
|
| 6 | - */ |
|
| 3 | + * This file is part of the ZBateson\MailMimeParser project. |
|
| 4 | + * |
|
| 5 | + * @license http://opensource.org/licenses/bsd-license.php BSD |
|
| 6 | + */ |
|
| 7 | 7 | namespace ZBateson\MailMimeParser; |
| 8 | 8 | |
| 9 | 9 | use ZBateson\MailMimeParser\Header\Consumer\ConsumerService; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the ZBateson\MailMimeParser project. |
|
| 4 | - * |
|
| 5 | - * @license http://opensource.org/licenses/bsd-license.php BSD |
|
| 6 | - */ |
|
| 3 | + * This file is part of the ZBateson\MailMimeParser project. |
|
| 4 | + * |
|
| 5 | + * @license http://opensource.org/licenses/bsd-license.php BSD |
|
| 6 | + */ |
|
| 7 | 7 | namespace ZBateson\MailMimeParser; |
| 8 | 8 | |
| 9 | 9 | use ZBateson\MailMimeParser\Header\Consumer\ConsumerService; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the ZBateson\MailMimeParser project. |
|
| 4 | - * |
|
| 5 | - * @license http://opensource.org/licenses/bsd-license.php BSD |
|
| 6 | - */ |
|
| 3 | + * This file is part of the ZBateson\MailMimeParser project. |
|
| 4 | + * |
|
| 5 | + * @license http://opensource.org/licenses/bsd-license.php BSD |
|
| 6 | + */ |
|
| 7 | 7 | namespace ZBateson\MailMimeParser; |
| 8 | 8 | |
| 9 | 9 | use ZBateson\MailMimeParser\Header\Consumer\ConsumerService; |
@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | * Never adds a space if it's the first part, otherwise only add it if |
| 97 | 97 | * either part isn't set to ignore the space |
| 98 | 98 | * |
| 99 | - * @param array $parts |
|
| 99 | + * @param ZBateson\MailMimeParser\Header\Part\HeaderPart[] $parts |
|
| 100 | 100 | * @param array $retParts |
| 101 | 101 | * @param ZBateson\MailMimeParser\Header\Part\HeaderPart $spacePart |
| 102 | 102 | * @param int $curIndex |
@@ -152,7 +152,7 @@ discard block |
||
| 152 | 152 | * as an array with a single element. |
| 153 | 153 | * |
| 154 | 154 | * @param ZBateson\MailMimeParser\Header\Part\HeaderPart[] $parts |
| 155 | - * @return ZBateson\MailMimeParser\Header\Part\LiteralPart[] |
|
| 155 | + * @return \ZBateson\MailMimeParser\Header\Part\LiteralPart[] |
|
| 156 | 156 | */ |
| 157 | 157 | protected function processParts(array $parts) |
| 158 | 158 | { |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the ZBateson\MailMimeParser project. |
|
| 4 | - * |
|
| 5 | - * @license http://opensource.org/licenses/bsd-license.php BSD |
|
| 6 | - */ |
|
| 3 | + * This file is part of the ZBateson\MailMimeParser project. |
|
| 4 | + * |
|
| 5 | + * @license http://opensource.org/licenses/bsd-license.php BSD |
|
| 6 | + */ |
|
| 7 | 7 | namespace ZBateson\MailMimeParser; |
| 8 | 8 | |
| 9 | 9 | use ZBateson\MailMimeParser\Header\Consumer\ConsumerService; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the ZBateson\MailMimeParser project. |
|
| 4 | - * |
|
| 5 | - * @license http://opensource.org/licenses/bsd-license.php BSD |
|
| 6 | - */ |
|
| 3 | + * This file is part of the ZBateson\MailMimeParser project. |
|
| 4 | + * |
|
| 5 | + * @license http://opensource.org/licenses/bsd-license.php BSD |
|
| 6 | + */ |
|
| 7 | 7 | namespace ZBateson\MailMimeParser; |
| 8 | 8 | |
| 9 | 9 | use ZBateson\MailMimeParser\Header\Consumer\ConsumerService; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * This file is part of the ZBateson\MailMimeParser project. |
|
| 4 | - * |
|
| 5 | - * @license http://opensource.org/licenses/bsd-license.php BSD |
|
| 6 | - */ |
|
| 3 | + * This file is part of the ZBateson\MailMimeParser project. |
|
| 4 | + * |
|
| 5 | + * @license http://opensource.org/licenses/bsd-license.php BSD |
|
| 6 | + */ |
|
| 7 | 7 | namespace ZBateson\MailMimeParser; |
| 8 | 8 | |
| 9 | 9 | use ZBateson\MailMimeParser\Header\Consumer\ConsumerService; |