@@ -180,7 +180,7 @@ |
||
| 180 | 180 | /** |
| 181 | 181 | * Create html elements for widget |
| 182 | 182 | * |
| 183 | - * @return void |
|
| 183 | + * @return string |
|
| 184 | 184 | */ |
| 185 | 185 | protected function makeHtml(){ |
| 186 | 186 | |
@@ -47,7 +47,7 @@ |
||
| 47 | 47 | * @see yii\web\AssetBundle |
| 48 | 48 | * |
| 49 | 49 | * @param string $ext |
| 50 | - * @param array $paths |
|
| 50 | + * @param string[] $paths |
|
| 51 | 51 | * @return void |
| 52 | 52 | */ |
| 53 | 53 | public function setupAssets(string $ext, array $paths) |