@@ -11,7 +11,6 @@ |
||
11 | 11 | use Psr\Log\LogLevel; |
12 | 12 | use yii\base\InvalidConfigException; |
13 | 13 | use yii\base\InvalidArgumentException; |
14 | -use yii\base\UnknownClassException; |
|
15 | 14 | use yii\di\Container; |
16 | 15 | use yii\di\Instance; |
17 | 16 | use yii\helpers\VarDumper; |
@@ -212,7 +212,7 @@ |
||
212 | 212 | /** |
213 | 213 | * Parses content part headers. |
214 | 214 | * @param string $headerContent headers source content |
215 | - * @return array parsed headers. |
|
215 | + * @return callable parsed headers. |
|
216 | 216 | */ |
217 | 217 | private function parseHeaders($headerContent) |
218 | 218 | { |