@@ -289,7 +289,7 @@ |
||
289 | 289 | * |
290 | 290 | * @param Collection $tools |
291 | 291 | * |
292 | - * @return mixed |
|
292 | + * @return string |
|
293 | 293 | */ |
294 | 294 | protected function renderCustomTools($tools) |
295 | 295 | { |
@@ -31,7 +31,7 @@ |
||
31 | 31 | * Generate thumbnail URL. |
32 | 32 | * |
33 | 33 | * @param $image |
34 | - * @param $type |
|
34 | + * @param string $type |
|
35 | 35 | * |
36 | 36 | * @return string |
37 | 37 | */ |
@@ -320,7 +320,6 @@ |
||
320 | 320 | /** |
321 | 321 | * Return all items of the tree. |
322 | 322 | * |
323 | - * @param array $items |
|
324 | 323 | */ |
325 | 324 | public function getItems() |
326 | 325 | { |
@@ -26,7 +26,6 @@ |
||
26 | 26 | /** |
27 | 27 | * Create a new Tools instance. |
28 | 28 | * |
29 | - * @param Builder $builder |
|
30 | 29 | */ |
31 | 30 | public function __construct(Tree $tree) |
32 | 31 | { |
@@ -24,7 +24,7 @@ |
||
24 | 24 | /** |
25 | 25 | * Carousel constructor. |
26 | 26 | * |
27 | - * @param array $items |
|
27 | + * @param \Illuminate\Support\Collection $items |
|
28 | 28 | */ |
29 | 29 | public function __construct($items = []) |
30 | 30 | { |
@@ -119,7 +119,7 @@ discard block |
||
119 | 119 | /** |
120 | 120 | * Get form title. |
121 | 121 | * |
122 | - * @return mixed |
|
122 | + * @return string |
|
123 | 123 | */ |
124 | 124 | protected function title() |
125 | 125 | { |
@@ -183,7 +183,7 @@ discard block |
||
183 | 183 | /** |
184 | 184 | * Add form attributes. |
185 | 185 | * |
186 | - * @param string|array $attr |
|
186 | + * @param string $attr |
|
187 | 187 | * @param string $value |
188 | 188 | * |
189 | 189 | * @return $this |