mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 15:47:00 +02:00
PHPStan: Fix level 0 errors
This commit is contained in:
@@ -19,7 +19,7 @@ if (isset($_GET["mongo"])) {
|
||||
}
|
||||
|
||||
function executeCommand($command) {
|
||||
return $this->executeDbCommand($this->_db_name);
|
||||
return $this->executeDbCommand($this->_db_name, $command);
|
||||
}
|
||||
|
||||
function executeDbCommand($db, $command) {
|
||||
|
Reference in New Issue
Block a user