Skip to content

Commit a82150a

Browse files
committed
Missing typehint
1 parent 5faa5c2 commit a82150a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CliMenu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ public function flash(string $text, MenuStyle $style = null) : Flash
454454
return new Flash($this, $style, $this->terminal, $text);
455455
}
456456

457-
public function confirm($text, MenuStyle $style = null) : Confirm
457+
public function confirm(string $text, MenuStyle $style = null) : Confirm
458458
{
459459
$this->guardSingleLine($text);
460460

0 commit comments

Comments
 (0)