Skip to content

Commit 3ae63ec

Browse files
Daaarklingdg
authored andcommitted
Typo (#217)
1 parent 43a1cc7 commit 3ae63ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Forms/Controls/SelectBox.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class SelectBox extends ChoiceControl
2323
/** @var array of option / optgroup */
2424
private $options = [];
2525

26-
/** @var mixed */
26+
/** @var string|object|false */
2727
private $prompt = false;
2828

2929
/** @var array */
@@ -44,7 +44,7 @@ public function __construct($label = null, array $items = null)
4444

4545
/**
4646
* Sets first prompt item in select box.
47-
* @param string|object $prompt
47+
* @param string|object|false $prompt
4848
* @return static
4949
*/
5050
public function setPrompt($prompt)
@@ -56,7 +56,7 @@ public function setPrompt($prompt)
5656

5757
/**
5858
* Returns first prompt item?
59-
* @return mixed
59+
* @return string|object|false
6060
*/
6161
public function getPrompt()
6262
{

0 commit comments

Comments
 (0)