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 2ae2a8f commit 8dc47cbCopy full SHA for 8dc47cb
lib/internal/Magento/Framework/DB/Adapter/SqlVersionProvider.php
@@ -129,7 +129,7 @@ private function fetchSqlVersion(string $resource): string
129
* @return bool
130
* @throws ConnectionException
131
*/
132
- public function isMysqlGte8029()
+ public function isMysqlGte8029(): bool
133
{
134
$sqlVersion = $this->getSqlVersion();
135
$isMariaDB = str_contains($sqlVersion, SqlVersionProvider::MARIA_DB_10_VERSION);
0 commit comments