File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments