Skip to content

Commit c515de9

Browse files
author
Olga Kopylova
committed
MAGETWO-32948: Contribution to Mainline of Sprint 22 Work
- fixed code style
1 parent eb34df1 commit c515de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Module/ConflictChecker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private function getConflictMessages($moduleA, $moduleB)
9494
if ($constraintA->matches($constraintB)) {
9595
$messages[] = "$moduleA conflicts with current $moduleB version " .
9696
$this->packageInfo->getVersion($moduleA) .
97-
' (version should not be ' . $this->packageInfo->getConflict($moduleA)[$moduleB] . ')';;
97+
' (version should not be ' . $this->packageInfo->getConflict($moduleA)[$moduleB] . ')';
9898
}
9999
}
100100
return $messages;

0 commit comments

Comments
 (0)