Skip to content

Commit 8dc47cb

Browse files
committed
Resolve the pr comments
1 parent 2ae2a8f commit 8dc47cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/DB/Adapter/SqlVersionProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private function fetchSqlVersion(string $resource): string
129129
* @return bool
130130
* @throws ConnectionException
131131
*/
132-
public function isMysqlGte8029()
132+
public function isMysqlGte8029(): bool
133133
{
134134
$sqlVersion = $this->getSqlVersion();
135135
$isMariaDB = str_contains($sqlVersion, SqlVersionProvider::MARIA_DB_10_VERSION);

0 commit comments

Comments
 (0)