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