Skip to content

Commit 35a96d9

Browse files
leissbuafballiano
andauthored
Add return type void to method setInformationSchemaStatsExpiry
Co-authored-by: Fabrizio Balliano <fabrizio.balliano@gmail.com>
1 parent 5c2f2d8 commit 35a96d9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function getNextAutoincrement($tableName)
7171
/**
7272
* Set information_schema_stats_expiry to 0 if not already set.
7373
*/
74-
public function setInformationSchemaStatsExpiry()
74+
public function setInformationSchemaStatsExpiry(): void
7575
{
7676
if (!self::$instantInformationSchemaStatsExpiry) {
7777
$this->_getReadAdapter()->query('SET information_schema_stats_expiry = 0;');

0 commit comments

Comments
 (0)