@@ -94,7 +94,7 @@ discard block |
||
94 | 94 | /** |
95 | 95 | * Add Css to current module. |
96 | 96 | * |
97 | - * @param array $assets |
|
97 | + * @param string[] $assets |
|
98 | 98 | * @return $this |
99 | 99 | */ |
100 | 100 | public function addStyles($assets) |
@@ -474,7 +474,7 @@ discard block |
||
474 | 474 | /** |
475 | 475 | * Transform the string to an Html serializable object. |
476 | 476 | * |
477 | - * @param $html |
|
477 | + * @param string $html |
|
478 | 478 | * |
479 | 479 | * @return \Illuminate\Support\HtmlString |
480 | 480 | */ |