Skip to content

Commit 2650e64

Browse files
committed
Add missing closure type
1 parent fc972d5 commit 2650e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/src/Console/Commands/PublishViewsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ protected function promptUserForWhichFilesToPublish(array $files): array
131131

132132
protected static function supportTogglingAll(MultiSelectPrompt $prompt): Closure
133133
{
134-
return function ($key) use ($prompt): void {
134+
return function (string $key) use ($prompt): void {
135135
static $isToggled = false;
136136

137137
if ($prompt->isHighlighted('all')) {

0 commit comments

Comments
 (0)