Adjust type hints in htmlform related classes
authorUmherirrender <umherirrender_de.wp@web.de>
Tue, 18 Jun 2019 20:16:31 +0000 (22:16 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 5 Jul 2019 18:11:53 +0000 (18:11 +0000)
commit11c9075767f315e41e637f76407109b21b16cb55
tree8b70f695497d75b8f19b3683c7117442025ba9fa
parent8b22883a66bcc7d54be7acb9898defa545751f86
Adjust type hints in htmlform related classes

The return type of HTMLFormField::loadDataFromRequest to mixed
Some sub classes returning arrays or bools, not everytime strings

HTMLCheckField is working with arrays, so also allow array on getTableRow

Change-Id: I076feea76d8e296f27c8a9fb4cbd9368584ba187
includes/htmlform/HTMLForm.php
includes/htmlform/HTMLFormField.php
includes/htmlform/fields/HTMLCheckMatrix.php
includes/htmlform/fields/HTMLFormFieldWithButton.php