Skip to content

Commit b94f3f4

Browse files
author
Wojciech Naruniec
committed
Add initial change for testing purpose
1 parent 5b5d29e commit b94f3f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/MagentoHackathon/Composer/Magento/Installer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ public function __construct(IOInterface $io, Composer $composer, $type = 'magent
179179
if (isset($extra['magento-deploystrategy'])) {
180180
$this->setDeployStrategy((string)$extra['magento-deploystrategy']);
181181
}
182+
183+
// @todo this is possible place to add env related modification
182184

183185
if (!empty($extra['auto-append-gitignore'])) {
184186
$this->appendGitIgnore = true;

0 commit comments

Comments
 (0)