Completed
Push — 2.1 ( 885479...e0a7ba )
by
unknown
11:53
created
framework/BaseYii.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
framework/web/MultipartFormDataParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -212,7 +212,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.