mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 23:27:17 +02:00
Doc-comments: Fix type errors
This commit is contained in:
@@ -191,7 +191,7 @@ function enum_input(string $type, string $attrs, array $field, $value, string $e
|
||||
* @param Field|RoutineField $field
|
||||
* @param mixed $value
|
||||
*/
|
||||
function input(array $field, $value, string $function, bool $autofocus = false): void {
|
||||
function input(array $field, $value, string $function, ?bool $autofocus = false): void {
|
||||
global $driver, $adminer;
|
||||
$name = h(bracket_escape($field["field"]));
|
||||
echo "<td class='function'>";
|
||||
|
Reference in New Issue
Block a user