Completed
Push — master ( 7e2445...bf65a4 )
by Antonio
13:18
created
src/BootstrapFileInput.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use yii\helpers\Html;
11 11
 use yii\helpers\Json;
12 12
 use yii\widgets\InputWidget;
13
-use Yii;
14 13
 
15 14
 /**
16 15
  * BootstrapFileInput widget renders the improved and amazing plugin version from Krajee. It supports multiple file
Please login to merge, or discard this patch.
src/FileInput.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
 
96 96
 	/**
97 97
 	 * Renders the template according
98
-	 * @param $field
98
+	 * @param string $field
99 99
 	 * @return string
100 100
 	 * @throws \yii\base\InvalidConfigException
101 101
 	 */
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,10 +7,10 @@
 block discarded – undo
7 7
 
8 8
 namespace dosamigos\fileinput;
9 9
 
10
+use Yii;
10 11
 use yii\base\InvalidConfigException;
11 12
 use yii\helpers\Html;
12 13
 use yii\widgets\InputWidget;
13
-use Yii;
14 14
 
15 15
 /**
16 16
  * FileInput renders a Jasny File Input Bootstrap plugin.
Please login to merge, or discard this patch.