@@ -10,7 +10,6 @@ |
||
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 |
@@ -95,7 +95,7 @@ |
||
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 | */ |
@@ -7,10 +7,10 @@ |
||
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. |