Completed
Push — master ( 8bc3a6...c5a72f )
by Sang
75:03 queued 63:15
created
src/Assets.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.