Skip to content

Commit d8e583f

Browse files
committed
remove non-working idea from code for now
1 parent af8a186 commit d8e583f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Classes/RenderNavItem.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ private static function anchorLink(
1818
string $target,
1919
string $link,
2020
string $label,
21-
bool $wrap = false,
22-
string $wrapClass = '',
21+
?bool $wrap = false,
22+
?string $wrapClass = '',
2323
): string {
2424
// TODO: make this component based?
2525
// Then it's probably easier for users to further customize this?

0 commit comments

Comments
 (0)