Completed
Push — master ( 1d9e5d...041fdc )
by ARCANEDEV
7s
created
helpers.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
      * @param  array   $attributes
26 26
      * @param  bool    $secure
27 27
      *
28
-     * @return string
28
+     * @return Illuminate\Support\HtmlString
29 29
      */
30 30
     function link_to($url, $title = null, $attributes = [], $secure = null)
31 31
     {
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
      * @param  array   $attributes
43 43
      * @param  bool    $secure
44 44
      *
45
-     * @return string
45
+     * @return Illuminate\Support\HtmlString
46 46
      */
47 47
     function link_to_asset($url, $title = null, $attributes = [], $secure = null)
48 48
     {
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
      * @param  array   $params
60 60
      * @param  array   $attributes
61 61
      *
62
-     * @return string
62
+     * @return Illuminate\Support\HtmlString
63 63
      */
64 64
     function link_to_route($name, $title = null, $params = [], $attributes = [])
65 65
     {
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
      * @param  array   $attributes
78 78
      * @param  bool    $escaped
79 79
      *
80
-     * @return string
80
+     * @return Illuminate\Support\HtmlString
81 81
      */
82 82
     function link_to_action($action, $title = null, $params = [], $attributes = [], $escaped = true)
83 83
     {
Please login to merge, or discard this patch.