Skip to content

Commit 108fdb4

Browse files
committed
MAGETWO-64499: Error during deploying using " auto_increment_increment = 3" as Mysql option
1 parent 3aa22b9 commit 108fdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/Setup/InstallData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ private function getRegionId($regionCode)
159159
}
160160

161161
$regionId = '';
162-
/** @var $item */
162+
/** @var \Magento\Directory\Model\Region $item */
163163
$item = $this->regionCollection->getItemByColumnValue('code', $regionCode);
164164
if ($item) {
165165
$regionId = $item->getId();

0 commit comments

Comments
 (0)