@@ -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 | */ |
@@ -3,8 +3,8 @@ |
||
| 3 | 3 | namespace Botble\Assets; |
| 4 | 4 | |
| 5 | 5 | use Illuminate\Config\Repository; |
| 6 | -use Illuminate\Support\HtmlString; |
|
| 7 | 6 | use Illuminate\Contracts\Routing\UrlGenerator; |
| 7 | +use Illuminate\Support\HtmlString; |
|
| 8 | 8 | |
| 9 | 9 | /** |
| 10 | 10 | * Class Assets. |