mirror of
https://github.com/vrana/adminer.git
synced 2026-06-16 15:31:44 +02:00
PHPStan: Fix level 3 errors
This commit is contained in:
@@ -789,7 +789,6 @@ ORDER BY SPECIFIC_NAME');
|
||||
if (preg_match("~ rows=([0-9]+)~", get_val("EXPLAIN SELECT * FROM " . idf_escape($table_status["Name"]) . ($where ? " WHERE " . implode(" AND ", $where) : "")), $regs)) {
|
||||
return $regs[1];
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
function types() {
|
||||
|
||||
Reference in New Issue
Block a user