Skip to content

Commit

Permalink
PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano authored Jan 23, 2024
1 parent 8d714ff commit 35bdf93
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ public function setInformationSchemaStatsExpiry(): void
if (!self::$instantInformationSchemaStatsExpiry) {
try {
$this->_getReadAdapter()->query('SET information_schema_stats_expiry = 0;');
} catch (Exception $e) {}
} catch (Exception $e) {
}
self::$instantInformationSchemaStatsExpiry = true;
}
}
Expand Down

0 comments on commit 35bdf93

Please sign in to comment.