Completed
Push — master ( 8bc3a6...c5a72f )
by Sang
75:03 queued 63:15
created
src/Assets.php 1 patch
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.