File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function __construct(Collection $items)
25
25
/**
26
26
* Get the view / contents that represents the component.
27
27
*
28
- * @return \Illuminate\Contracts\View\View |\Illuminate\Contracts\Support\Htmlable|\Closure |string
28
+ * @return \Closure|\ Illuminate\Contracts\Support\Htmlable |\Illuminate\Contracts\View\View |string
29
29
*/
30
30
public function render ()
31
31
{
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function __construct(Item $item)
25
25
/**
26
26
* Get the view / contents that represents the component.
27
27
*
28
- * @return \Illuminate\Contracts\View\View |\Illuminate\Contracts\Support\Htmlable|\Closure |string
28
+ * @return \Closure|\ Illuminate\Contracts\Support\Htmlable |\Illuminate\Contracts\View\View |string
29
29
*/
30
30
public function render ()
31
31
{
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function __construct(Item $item)
25
25
/**
26
26
* Get the view / contents that represents the component.
27
27
*
28
- * @return \Illuminate\Contracts\View\View |\Illuminate\Contracts\Support\Htmlable|\Closure |string
28
+ * @return \Closure|\ Illuminate\Contracts\Support\Htmlable |\Illuminate\Contracts\View\View |string
29
29
*/
30
30
public function render ()
31
31
{
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function __construct(Item $item)
33
33
/**
34
34
* Get the view / contents that represents the component.
35
35
*
36
- * @return \Illuminate\Contracts\View\View |\Illuminate\Contracts\Support\Htmlable|\Closure |string
36
+ * @return \Closure|\ Illuminate\Contracts\Support\Htmlable |\Illuminate\Contracts\View\View |string
37
37
*/
38
38
public function render ()
39
39
{
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public function __construct(MenusManagerItem $item)
25
25
/**
26
26
* Get the view / contents that represents the component.
27
27
*
28
- * @return \Illuminate\Contracts\View\View |\Illuminate\Contracts\Support\Htmlable|\Closure |string
28
+ * @return \Closure|\ Illuminate\Contracts\Support\Htmlable |\Illuminate\Contracts\View\View |string
29
29
*/
30
30
public function render ()
31
31
{
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function __construct($name)
38
38
/**
39
39
* Get the view / contents that represents the component.
40
40
*
41
- * @return \Illuminate\Contracts\View\View |\Illuminate\Contracts\Support\Htmlable|\Closure |string
41
+ * @return \Closure|\ Illuminate\Contracts\Support\Htmlable |\Illuminate\Contracts\View\View |string
42
42
*/
43
43
public function render ()
44
44
{
You can’t perform that action at this time.
0 commit comments