File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/MagentoHackathon/Composer/Magento Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -558,7 +558,7 @@ protected function redeployProject() {
558
558
559
559
if ($ ioInterface ->isVerbose ()) {
560
560
$ ioInterface ->write ($ package ->getName ());
561
- $ ioInterface ->write ($ package ->getType ());
561
+ $ ioInterface ->write ($ package ->getType ());
562
562
}
563
563
564
564
if ($ package ->getType () != "magento-module " ) {
@@ -569,8 +569,8 @@ protected function redeployProject() {
569
569
}
570
570
571
571
$ strategy = $ moduleInstaller ->getDeployStrategy ($ package );
572
- if ($ ioInterface ->getOption ( ' verbose ' )) {
573
- $ ioInterface ->write ("used " . get_class ($ strategy ) . " as deploy strategy " );
572
+ if ($ ioInterface ->isVerbose ( )) {
573
+ $ ioInterface ->write ("used " . get_class ($ strategy ) . " as deploy strategy " );
574
574
}
575
575
$ strategy ->setMappings ($ moduleInstaller ->getParser ($ package )->getMappings ());
576
576
You can’t perform that action at this time.
0 commit comments