Doc, correct bug introduced by auto-correct

This commit is contained in:
sparkyx 2022-06-13 14:34:51 +02:00
parent 5ebd0c6f52
commit 9473dcbcbf
4 changed files with 349 additions and 353 deletions

View file

@ -757,9 +757,9 @@ class HtmlInput
/**
* return default if the value if the value doesn't exist in the array
* @param $ind the index to check
* @param $default the value to return
* @param $array the array
* @param $ind string the index to check
* @param $default string the value to return
* @param $array array the array
*/
static function default_value($ind, $default, $array)
{