mirror of
https://github.com/vrana/adminer.git
synced 2026-06-16 14:10:36 +02:00
PHPStan: Fix level 4 errors
This commit is contained in:
@@ -854,7 +854,7 @@ AND typelem = 0"
|
||||
}
|
||||
$fields = fields($table);
|
||||
|
||||
if (!$status || empty($fields)) {
|
||||
if (count($status) < 2 || empty($fields)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user