X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fwidget%2FSelectWithInputWidget.php;h=a792172b23543e41151a2b7e9eeed4590098eb28;hb=9c7f6734c397a954b8eaa5ec73876f2b4bf92afb;hp=a946653e6e1fe0d15aeb3e7681b250592ad0955a;hpb=b18c2951f922190d54b0b85457c901a74f9bb370;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/widget/SelectWithInputWidget.php b/includes/widget/SelectWithInputWidget.php index a946653e6e..a792172b23 100644 --- a/includes/widget/SelectWithInputWidget.php +++ b/includes/widget/SelectWithInputWidget.php @@ -12,9 +12,12 @@ use OOUI\TextInputWidget; * @license MIT */ class SelectWithInputWidget extends \OOUI\Widget { - - protected $textinput = null; - protected $dropdowninput = null; + /** @var array */ + protected $config; + /** @var TextInputWidget */ + protected $textinput; + /** @var DropdownInputWidget */ + protected $dropdowninput; /** * A version of the SelectWithInputWidget, with `or` set to true.