Skip to content

Commit 35bdf93

Browse files
authored
PHPCS
1 parent 8d714ff commit 35bdf93

File tree

1 file changed

+2
-1
lines changed
  • app/code/core/Mage/ImportExport/Model/Resource/Helper

1 file changed

+2
-1
lines changed

app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ public function setInformationSchemaStatsExpiry(): void
7272
if (!self::$instantInformationSchemaStatsExpiry) {
7373
try {
7474
$this->_getReadAdapter()->query('SET information_schema_stats_expiry = 0;');
75-
} catch (Exception $e) {}
75+
} catch (Exception $e) {
76+
}
7677
self::$instantInformationSchemaStatsExpiry = true;
7778
}
7879
}

0 commit comments

Comments
 (0)