Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
luceos 2021-07-30 08:59:27 +00:00 committed by Daniël Klabbers
parent fcb3a72611
commit a8f0e9f240

View File

@ -158,6 +158,7 @@ class InfoCommand extends AbstractCommand
{
/** @var MySqlConnection $connection */
$connection = resolve(ConnectionInterface::class);
return $connection->getPdo()->getAttribute(\PDO::ATTR_SERVER_VERSION);
}
}