We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb8740 commit aa55da2Copy full SHA for aa55da2
lib/internal/Magento/Framework/DB/Adapter/SqlVersionProvider.php
@@ -8,7 +8,6 @@
8
namespace Magento\Framework\DB\Adapter;
9
10
use Magento\Framework\App\ResourceConnection;
11
-use Magento\Tests\NamingConvention\true\bool;
12
13
/**
14
* Class GetDbVersion provides sql engine version requesting version variable
@@ -130,7 +129,7 @@ private function fetchSqlVersion(string $resource): string
130
129
* @return bool
131
* @throws ConnectionException
132
*/
133
- public function isMysqlGte8029(): bool
+ public function isMysqlGte8029()
134
{
135
$sqlVersion = $this->getSqlVersion();
136
$isMariaDB = str_contains($sqlVersion, SqlVersionProvider::MARIA_DB_10_VERSION);
0 commit comments