@@ -86,7 +86,7 @@ discard block |
||
| 86 | 86 | /** |
| 87 | 87 | * Add Css to current module. |
| 88 | 88 | * |
| 89 | - * @param array $assets |
|
| 89 | + * @param string[] $assets |
|
| 90 | 90 | * @return $this |
| 91 | 91 | */ |
| 92 | 92 | public function addStyles($assets) |
@@ -337,7 +337,7 @@ discard block |
||
| 337 | 337 | |
| 338 | 338 | /** |
| 339 | 339 | * @param $configName |
| 340 | - * @return string|array |
|
| 340 | + * @return string |
|
| 341 | 341 | */ |
| 342 | 342 | protected function getSourceUrl($configName) |
| 343 | 343 | { |
@@ -364,7 +364,8 @@ discard block |
||
| 364 | 364 | } |
| 365 | 365 | |
| 366 | 366 | /** |
| 367 | - * @param $configName |
|
| 367 | + * @param string $configName |
|
| 368 | + * @param string $location |
|
| 368 | 369 | * @return array |
| 369 | 370 | */ |
| 370 | 371 | protected function getSource($configName, $location = null) |