From c96b10fc8255465e9033d14dad93ce27e7fa77ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Va=C5=88ura?= Date: Mon, 18 Mar 2019 17:13:51 +0100 Subject: [PATCH] typo --- src/Forms/Controls/SelectBox.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Forms/Controls/SelectBox.php b/src/Forms/Controls/SelectBox.php index a847e7447..ba8d2887b 100644 --- a/src/Forms/Controls/SelectBox.php +++ b/src/Forms/Controls/SelectBox.php @@ -23,7 +23,7 @@ class SelectBox extends ChoiceControl /** @var array of option / optgroup */ private $options = []; - /** @var mixed */ + /** @var string|false|object */ private $prompt = false; /** @var array */ @@ -44,7 +44,7 @@ public function __construct($label = null, array $items = null) /** * Sets first prompt item in select box. - * @param string|object $prompt + * @param string|false|object $prompt * @return static */ public function setPrompt($prompt) @@ -56,7 +56,7 @@ public function setPrompt($prompt) /** * Returns first prompt item? - * @return mixed + * @return string|false|object */ public function getPrompt() {