@@ -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) |
@@ -316,6 +316,7 @@ discard block |
||
| 316 | 316 | |
| 317 | 317 | /** |
| 318 | 318 | * @param string $configName |
| 319 | + * @param string $location |
|
| 319 | 320 | * @return array |
| 320 | 321 | */ |
| 321 | 322 | protected function getSource($configName, $location = null) |