@@ -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; |
@@ -101,7 +101,7 @@ discard block |
||
| 101 | 101 | array $parts, |
| 102 | 102 | array &$retParts, |
| 103 | 103 | $curIndex, |
| 104 | - HeaderPart &$spacePart, |
|
| 104 | + HeaderPart & $spacePart, |
|
| 105 | 105 | HeaderPart $lastPart |
| 106 | 106 | ) { |
| 107 | 107 | $count = count($parts); |
@@ -127,7 +127,7 @@ discard block |
||
| 127 | 127 | * @param int $curIndex |
| 128 | 128 | * @param \ZBateson\MailMimeParser\Header\Part\HeaderPart $spacePart |
| 129 | 129 | */ |
| 130 | - private function addSpaces(array $parts, array &$retParts, $curIndex, HeaderPart &$spacePart = null) |
|
| 130 | + private function addSpaces(array $parts, array &$retParts, $curIndex, HeaderPart & $spacePart = null) |
|
| 131 | 131 | { |
| 132 | 132 | $lastPart = end($retParts); |
| 133 | 133 | if ($spacePart !== null && $parts[$curIndex]->getValue() !== '' && $lastPart !== false) { |
@@ -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; |