mirror of
https://github.com/vrana/adminer.git
synced 2026-03-26 06:10:53 +01:00
PHPStan: Fix level 1 errors
This commit is contained in:
@@ -152,6 +152,7 @@ if (!$error && $_POST) {
|
||||
$time .= ", <a href='#$warnings_id'>" . lang('Warnings') . "</a>" . script("qsl('a').onclick = partial(toggle, '$warnings_id');", "");
|
||||
}
|
||||
$explain = null;
|
||||
$orgtables = null;
|
||||
$explain_id = "explain-$commands";
|
||||
if (is_object($result)) {
|
||||
$limit = $_POST["limit"];
|
||||
|
||||
Reference in New Issue
Block a user