Skip to content

Commit 2e60a17

Browse files
authored
Remove setText from interface
1 parent ab99086 commit 2e60a17

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/MenuItem/MenuItemInterface.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ public function getRows(MenuStyle $style, bool $selected = false) : array;
1919
*/
2020
public function getText() : string;
2121

22-
/**
23-
* Set the raw string of text
24-
*/
25-
public function setText(string $text) : void;
26-
2722
/**
2823
* Can the item be selected
2924
*/

0 commit comments

Comments
 (0)