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 f857938 commit 1c8931eCopy full SHA for 1c8931e
src/Menu/MenuBuilder.php
@@ -39,7 +39,7 @@ public function default(): void
39
);
40
}
41
42
- public function label(): Items\Label
+ public function label(string $label): Items\Label
43
{
44
return new Items\Label($label);
45
0 commit comments