File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ class Breadcrumbs extends AbstractHelper
44
44
private data = [];
45
45
/**
46
46
* Crumb separator.
47
+ *
48
+ * @var string
47
49
*/
48
50
private separator = " <li>/</li>" ;
49
51
/**
@@ -108,8 +110,6 @@ class Breadcrumbs extends AbstractHelper
108
110
* // Adding a crumb without a link (normally the last one)
109
111
* $breadcrumbs->add("Users");
110
112
* ```
111
- *
112
- * @param array<string, string> $attributes
113
113
*/
114
114
public function add(
115
115
string text,
@@ -144,8 +144,6 @@ class Breadcrumbs extends AbstractHelper
144
144
145
145
/**
146
146
* Clear the attributes of the parent element.
147
- *
148
- * @return $this
149
147
*/
150
148
public function clearAttributes () -> <Breadcrumbs>
151
149
{
@@ -248,10 +246,6 @@ class Breadcrumbs extends AbstractHelper
248
246
249
247
/**
250
248
* Set the attributes for the parent element.
251
- *
252
- * @param array<string, string> $attributes
253
- *
254
- * @return $this
255
249
*/
256
250
public function setAttributes (array attributes ) -> <Breadcrumbs>
257
251
{
@@ -318,7 +312,7 @@ class Breadcrumbs extends AbstractHelper
318
312
}
319
313
320
314
/**
321
- * @param array<string, string> $ attributes
315
+ * Processes attributes
322
316
*/
323
317
private function processAttributes (array attributes ) -> string
324
318
{
You can’t perform that action at this time.
0 commit comments