1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 07:06:45 +02:00

PHPStan: Fix level 2 errors

This commit is contained in:
Jakub Vrana
2025-03-26 15:38:04 +01:00
parent d39cc24c61
commit 7e5757f8b4
16 changed files with 36 additions and 29 deletions

View File

@@ -343,7 +343,7 @@ function input($field, $value, $function, $autofocus = false) {
}
/** Process edit input field
* @param one field from fields()
* @param Field one field from fields()
* @return string or false to leave the original value
*/
function process_input($field) {
@@ -417,7 +417,7 @@ function search_tables() {
/** Return events to display help on mouse over
* @param string JS expression
* @param bool JS expression
* @param int JS expression
* @return string
*/
function on_help($command, $side = 0) {