Skip to content

Commit b61e102

Browse files
committed
MAGETWO-32341: [GITHUB] Configurable product attribute scope #866
- Fix PhpDoc comment
1 parent 17639be commit b61e102

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/code/Magento/ConfigurableProduct/sql/configurableproduct_setup/install-2.0.1.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
* Copyright © 2015 Magento. All rights reserved.
55
* See COPYING.txt for license details.
66
*/
7-
8-
$installer = $this;
97
/* @var $installer \Magento\Catalog\Model\Resource\Setup */
8+
$installer = $this;
109

1110
$installer->startSetup();
1211

@@ -17,4 +16,4 @@
1716

1817
);
1918

20-
$installer->endSetup();
19+
$installer->endSetup();

0 commit comments

Comments
 (0)