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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user