We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 047a023 commit 6dc3436Copy full SHA for 6dc3436
src/MenuItem/AsciiArtItem.php
@@ -61,7 +61,7 @@ public function getRows(MenuStyle $style, bool $selected = false) : array
61
62
$padding = $style->getContentWidth() - $this->artLength;
63
64
- return array_map(function ($row) use ($style, $padding) {
+ return array_map(function ($row) use ($padding) {
65
switch ($this->position) {
66
case self::POSITION_LEFT:
67
break;
0 commit comments