@@ -10,7 +10,6 @@ |
||
| 10 | 10 | |
| 11 | 11 | namespace coderius\swiperslider; |
| 12 | 12 | |
| 13 | -use Yii; |
|
| 14 | 13 | use yii\web\AssetBundle; |
| 15 | 14 | |
| 16 | 15 | /** |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | * @see yii\web\AssetBundle |
| 50 | 50 | * |
| 51 | 51 | * @param string $ext |
| 52 | - * @param array $paths |
|
| 52 | + * @param string[] $paths |
|
| 53 | 53 | * |
| 54 | 54 | * @return void |
| 55 | 55 | */ |
@@ -176,7 +176,7 @@ |
||
| 176 | 176 | /** |
| 177 | 177 | * Create html elements for widget. |
| 178 | 178 | * |
| 179 | - * @return void |
|
| 179 | + * @return string |
|
| 180 | 180 | */ |
| 181 | 181 | protected function makeHtml() |
| 182 | 182 | { |